RosettaCodeData/Task/System-time/Aime/system-time.aime

7 lines
147 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
date d;
d_now(d);
o_form("~-/f2/-/f2/ /f2/:/f2/:/f2/\n", d_year(d), d_y_month(d), d_m_day(d),
d_d_hour(d), d_h_minute(d), d_m_second(d));