Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 254 Bytes

573-date-datedmy.markdown

File metadata and controls

13 lines (9 loc) · 254 Bytes

DATEDMY

DATEDMY dmy| julian_date, BYREF d, BYREF m, BYREF y

Returns the day, month and the year as integers.

See also DATE.

DateString = date datedmy DateString, d, m, y print DateString + " -> Day: " + d + " Month: " + m + " Year: " + y 
close