Skip to content

DayFromDate

mapping category: date no `||`

Returns the day of the month from a date input.

Expects a date as input and returns an integer representing the day of the month (1–31). Useful for the day_of_birth field in the person table.

Parameters

No parameters accepted.

Input type

  • DATE

Output type

  • INT

Examples

Default

DayFromDate()

See also

MonthFromDate, YearFromDate, HourFromDate, MinuteFromDate, SecondFromDate, MergeDate