DateTimeUtils extension
- on
Methods
-
formatDate(
) → String -
Available on SlickDateTime?, provided by the DateTimeUtils extension
Formats the date asday Mon year -
formatDateTime(
) → String -
Available on SlickDateTime?, provided by the DateTimeUtils extension
Formats the date and time asdd 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.)