6 lines
147 B
Text
6 lines
147 B
Text
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));
|