Skip to content

Get Today

gcvfi edited this page Jan 28, 2020 · 9 revisions

Back to AIQ Commands | Home


Note: Draft content, work in progress, not yet reviewed or verified.


Examples

{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}

{Today + 2{dd}, MM/dd/yyyy}

As of today (11/24/2018), expected result is (11/26/2018)

{Today - 2{dd}, MM/dd/yyyy}

{Today - 2{dd}, MM/dd/yyyy}

As of today (11/24/2018), expected result is (11/22/2018)

{Today - 1{mm}, MM/dd/yyyy}

{Today - 1{mm}, MM/dd/yyyy}

As of today (11/24/2018), expected result is (10/24/2018)

{Today - 1{yy}, MM/dd/yyyy}

{Today - 1{yy}, MM/dd/yyyy}

As of today (11/24/2018), expected result is (11/24/2017)

{Today + 1{yy}, MM/dd/yyyy}

{Today + 1{yy}, MM/dd/yyyy}

As of today (11/24/2018), expected result is (11/24/2019)

See also

Clone this wiki locally