Returns a date with the specified year, month, and day
Syntax
date(year, month, day)
Parameter
year
: 4 digits.
For example, 2012month
: 2 digits.
For example, 01 or 12day
: 2 digits.
For example, 01 or 30
Examples
- If today is October 1, 2015 the following function returns Oct 1, 2015 when viewed from an advertiser with a US time zone:
date(2015, 10, 01)