Documentation
¶
Overview ¶
shfdate parses and generates Short Human Friendly DATE strings.
shfdate is YYMMDD.HHMMSS for years in 2000..2100 and YYYYMMDD.HHMMSS for everything else. In the YYMMDD case the "zero" suffixes can be omitted. 20250101, 20250101.00, 250101, 250101.00, 250101.0000, 250101.000000 all represent the same 2025-01-01 00:00:00 time. Note that the truncation only affects the time part. "25" and "2501" don't parse, it would be too hard to recognize these as dates for the humans.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.