Owen Leonard
cd921163c0
- Added include, date-format.inc, which shows format, e.g. "(DD/MM/YYYY)" - Hint shows expected date format based on system preference - Removing calendar.inc include from templates which don't use it Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
1 line
No EOL
152 B
C++
1 line
No EOL
152 B
C++
<!-- TMPL_IF NAME="dateformat_us" -->(MM/DD/YYYY)<!-- TMPL_ELSIF NAME="dateformat_metric" -->(DD/MM/YYYY)<!-- TMPL_ELSE -->(YYYY/MM/DD)<!-- /TMPL_IF --> |