Date & Time Tokens
Date and time tokens
{hour} |
Hours (00 to 23) |
e.g. 17 |
{hourNow} |
Same as {hour} |
|
{min} |
Minutes (0 to 59) |
e.g. 45 |
{minNow} |
Same as {min} |
|
{sec} |
Seconds (0 to 59) |
e.g. 23 |
{secNow} |
Same as {sec} |
|
{time} |
Time in the form HHMMSS |
e.g. 174523 |
{timeNow} |
Same as {time} |
|
{year} |
Year in the form YYYY |
e.g. 2020 |
{yearNow} |
Same as {year} |
|
{month} |
Month (01 to 12) |
e.g. 06 |
{monthNow} |
Same as {month} |
|
{day} |
Day (01 to 31) |
e.g. 20 |
{dayNow} |
Same as {day} |
|
{date} |
Date in the form YYYY-MM-DD |
e.g. 2020-03-04 |
{dateNow} |
Same as {date} |
|
{yearLess8h} |
Year with century 8 hours ago - useful when shooting events which continue after midnight |
e.g. 2020 |
{monthLess8h} |
Month (01 to 12) 8 hours ago - useful when shooting events which continue after midnight |
e.g. 01 |
{dayLess8h} |
Day of the month (01 to 31) 8 hours ago - useful when shooting events which continue after midnight |
e.g. 21 |
{dateLess8h} |
Year, month, day less 8 hours in the form YYYY-MM-DD |
e.g. 2020-01-21 |