DateFromParts
Creates a date from the year, month, and day values
DateFromParts(2012,11,8) → 2012-11-08
DateFromParts(year,month,day) → 1985-01-01
Inputs
DateFromParts(year, month, day)
year
- Year value as a numbermonth
- Month value as a numberday
- Day value as a number
Last updated
Was this helpful?