...
Macro expression | Result | Description |
---|---|---|
{currentdate} | 2018-10-15 | it evaluates to current date |
{currentdate+1} | 2018-10-16 | 1 day is added to current date |
{currentdate-1} | 2018-10-14 | 1 day is subtracted from current date |
{{nowDate}} | 2018-10-15 | the same result as {currentdate} |
{{nowDate 'lastDayOfMonth'}} | 2018-10-31 | it returns date of the last day of the month |
{{nowDate 'tz' 'America/New_York'}} | 2018-10-15 | current date in New York |
{{nowDate 'locale' 'es' 'format' 'MMMM'}} | octubre | October month name in Spanish |
{{nowDate 'add' '1M'}} | 2018-11-15 | 1 month is added to current date |
{{nowDate 'add' '2w 3d'}} | 2018-11-01 | 2 week and 3 days added to current date |
{{nowDate 'subtract' '1M'}} | 2018-09-15 | 1 month is subtracted from current date |
{{nowDate 'subtract' '2w 3d'}} | 2018-09-28 | 2 week and 3 days subtracted from current date |
...
Anchor | ||||
---|---|---|---|---|
|
Datetime field macros
Tip |
---|
|
...