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

7 lines
147 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
date d;
d_now(d);
2013-10-27 22:24:23 +00:00
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));