RexxLA / NetRexx

Other
6 stars 0 forks source link

Date() and Date('N') can output a leading zero on day number <10 #43

Closed rvjansen closed 1 year ago

rvjansen commented 1 year ago

The day number of month dates <10 explicitly does not specify a leading zero according to the Language Reference, which is in line with the behaviour of the Classic Rexx interpreter, ooRexx and Regina. NetRexx does, needs to be corrected.

rvjansen commented 1 year ago

resolved in 4.05