/
MonthDayFromDate function
MonthDayFromDate function
Returns the day of the month from the given date.
Namespace
datetime
Input
date(date
)
Output
day(int
)
Example
If basedate
contains the time 2008-08-18
, then the two following functions are equivalent, and return the value 18
:
set-column result datetime:MonthDayFromDate('2008-08-18')
set-column result datetime:MonthDayFromDate(basedate)
Related content
Data definition manipulation functions
Data definition manipulation functions
Read with this
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Wrangler cheatsheet
Wrangler cheatsheet
Read with this
Google Ads Single Report Batch Source (Deprecated)
Google Ads Single Report Batch Source (Deprecated)
More like this
DateFromComponents function
DateFromComponents function
Read with this
Google Ads Multiple Report Batch Source (Deprecated)
Google Ads Multiple Report Batch Source (Deprecated)
More like this
Created in 2020 by Google Inc.