# Date
| keyword | description | 
|---|---|
| <date.h1> | Displays the value '12' if the current month is not December.  Useful for creating date-clock custom/text marks.  | 
| <date.h10> | Displays the value '10' if the current month is not October.  Useful for creating date-clock custom/text marks.  | 
| <date.h11> | Displays the value '11' if the current month is not November.  Useful for creating date-clock custom/text marks.  | 
| <date.h12> | Displays the value '12' if the current month is not December.  Useful for creating date-clock custom/text marks.  | 
| <date.h2> | Displays the value '2' if the current month is not February.  Useful for creating date-clock custom/text marks.  | 
| <date.h3> | Displays the value '3' if the current month is not March.  Useful for creating date-clock custom/text marks.  | 
| <date.h4> | Displays the value '4' if the current month is not April.  Useful for creating date-clock custom/text marks.  | 
| <date.h5> | Displays the value '5' if the current month is not May.  Useful for creating date-clock custom/text marks.  | 
| <date.h6> | Displays the value '6' if the current month is not June.  Useful for creating date-clock custom/text marks.  | 
| <date.h7> | Displays the value '7' if the current month is not July.  Useful for creating date-clock custom/text marks.  | 
| <date.h8> | Displays the value '8' if the current month is not August.  Useful for creating date-clock custom/text marks.  | 
| <date.h9> | Displays the value '9' if the current month is not September.  Useful for creating date-clock custom/text marks.  | 
| <date.iso> | ISO 8601 format of current date.  Example: 2020-10-15  | 
| <date.long> | Long text-based format of current date. Uses month long format, day short format and year long format.  Example: October 15, 2020  | 
| <date.m1> | Displays the value '12' if the current month is before December. Useful for creating blanking date-clock custom/text marks. | 
| <date.m10> | Displays the value '10' if the current month is before October. Useful for creating blanking date-clock custom/text marks. | 
| <date.m11> | Displays the value '11' if the current month is before November. Useful for creating blanking date-clock custom/text marks. | 
| <date.m12> | Displays the value '12' if the current month is before December. Useful for creating blanking date-clock custom/text marks. | 
| <date.m2> | Displays the value '2' if the current month is before February. Useful for creating blanking date-clock custom/text marks. | 
| <date.m3> | Displays the value '3' if the current month is before March. Useful for creating blanking date-clock custom/text marks. | 
| <date.m4> | Displays the value '4' if the current month is before April. Useful for creating blanking date-clock custom/text marks. | 
| <date.m5> | Displays the value '5' if the current month is before May. Useful for creating blanking date-clock custom/text marks. | 
| <date.m6> | Displays the value '6' if the current month is before June. Useful for creating blanking date-clock custom/text marks. | 
| <date.m7> | Displays the value '7' if the current month is before July. Useful for creating blanking date-clock custom/text marks. | 
| <date.m8> | Displays the value '8' if the current month is before August. Useful for creating blanking date-clock custom/text marks. | 
| <date.m9> | Displays the value '9' if the current month is before September. Useful for creating blanking date-clock custom/text marks. | 
| <date.medium> | Medium text-based date format of current date. Uses Medium month format, short day format and long year format.  Example: Oct 15, 2020  | 
| <date.short> | Short number-based date format of current date. Uses short day format, short month format and short year format.  Example: 10/15/20  |