DateTimeUtils extension

on

Methods

formatDate() String

Available on SlickDateTime?, provided by the DateTimeUtils extension

Formats the date as day Mon year
formatDateTime() String

Available on SlickDateTime?, provided by the DateTimeUtils extension

Formats the date and time as dd Mon yyyy HH:mm
formatShortDate() String

Available on SlickDateTime?, provided by the DateTimeUtils extension

Formats the date as a zero-padded short form: dd Mon yyyy
monthName() String

Available on SlickDateTime?, provided by the DateTimeUtils extension

Returns the abbreviated month name (e.g., "Jan", "Feb", etc.)