- Named Custom Date fields will be saved under Date for later use. Changes made to any one of the date fields in the document will automatically change all the fields with the same name.
- Enter any name for the date field for using it elsewhere in the document.
You also might need an adjustment if the resulting date falls on a weekend (Sat/Sun), it should be moved to the next working day (Monday).
Shortcut | Renders |
D | Date in single digit (1-9) |
DD | Date in two digits (01-31) |
MM | Months in two digits (01-12) |
MMM | Months in short text format (Jan-Dec) |
MMMM | Months as full names (January-December) |
YY | Year in two digits (00-99) |
YYYY | Year in four digits (2021) |
EEE | Day in short text format (Sun-Sat) |
EEEE | Days as full names (Sunday-Saturday) |
hh:mm:ss | Time with hour, minutes, seconds and meridiem. (04:57:26 PM) |
h:mm:ss | Time with hour in a single digit, minutes, seconds and meridiem. (4:57:26 PM) |
hh:mm | Time with hour, minutes, and meridiem. (04:57 PM) |
h:mm | Time with hour in a single digit, minutes, and meridiem. (04:57 PM) |
HH | Hours in 24 hour time format (00-23) |
H | Hours as a single digit in 24 hour time format (0-23) |
hh | Hours in 12 hour time format (01-12) |
h | Hours as a single digit in 12 hour time format (1-12) |
mm | Minutes in two digits (01-59) |
ss | Seconds in two digits (01-59) |
a | Meridian Indicator (AM/PM) |
zz | Time Zone (Indian Standard Time) |
z | Time Zone in short (IST) |