Returns the date at the end of the report’s current time range.
Syntax
to_date()
Example
If the time range selector for a keyword report is set to October 15, 2013 to December 15, 2013, the following returns the number of clicks between November 15, 2013 and December 15, 2013:
Clicks.For_date_range(Date(2013, 11, 15), To_date())