Skip to content

dayOfMonth

dayOfMonth(date) → number · Date & Time

Alias for day(). Extract the day-of-month component (1-31) from a date.

  • date (required): a date or datetime value
utlx
{
  dom: dayOfMonth(parseDate("2026-05-15", "yyyy-MM-dd"))    // 15
}

Released under AGPL-3.0.