ExCellerate.Functions.DateTime.Day (excellerate v0.4.0)

Copy Markdown View Source

Extracts the day of the month (1-31) from a date or datetime.

Accepts Date, NaiveDateTime, or DateTime structs.

Examples

day(date(2024, 6, 15))   15