ZealOS/src/Demo/DateTime.CC
TomAwezome db32fdb367 Reformatted entire codebase.
Reformatted DolDoc files, adjusted sprites in documentation to reflect naming changes, corrected keybinding labels in AutoComplete window, fixed formatting error in Tips.DD.

Added DVD Boot AHCI prototyping into Kernel, displays detected AHCI configuration and halts mid-boot.

Small modifications to standard font, slight increase to mouse X and Y speed.
2020-12-23 18:27:18 -05:00

11 lines
271 B
HolyC
Executable file

"\n\n%D %T\n\n\n", Now, Now;
CDateStruct ds;
Date2Struct(&ds, Now + local_time_offset);
"Hour:%02d Minute:%02d Second:%02d\n\n\n", ds.hour, ds.min, ds.sec;
"Day Name:%03tZ\n\n\n", ds.day_of_week, "ST_DAYS_OF_WEEK";
"Month Name:%03tZ\n\n\n", ds.mon - 1, "ST_MONTHS";