We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Note: Draft content, not yet reviewed or verified.
{Today, dd/mm/yy} {Today, mm/dd/yy} {Today, yy/mm/dd}
This format is enable to get today's date in the specified format note that you can use yyyy format rather than yy like below {Today, MM/dd/yyyy}
{Today + 2{dd}, MM/dd/yyyy}
As of today (11/24/2018), expected result is (11/26/2018)
{Today - 2{dd}, MM/dd/yyyy}
As of today (11/24/2018), expected result is (11/22/2018)
{Today - 1{mm}, MM/dd/yyyy}
As of today (11/24/2018), expected result is (10/24/2018)
{Today - 1{yy}, MM/dd/yyyy}
As of today (11/24/2018), expected result is (11/24/2017)
{Today + 1{yy}, MM/dd/yyyy}
As of today (11/24/2018), expected result is (11/24/2019)