JTSageDateBox A multi-mode date and time picker

Output Formats

DateBox can output in just about any known format. If you choose something really esoteric, be sure to check out linkedInput to ease sending your data to the backend.

Reminder about Overrides

When using the override system, note the use of camel case - i.e.

<input type="text" data-role="datebox" data-options='{ "mode": "calbox", "overrideDateFormat": "%A, %B %-d, %Y" }'>

Date Format Operators

The date format follows the POSIX standards. There are two non-standard extensions, and 5 extensions for use with duration modes. By default, all numbers are zero-padded. (see modifiers section)

Standard Operators

Extension Operators

Modifiers

JTSage DateBox Documentation v.5.3.3