WithDate

Functions specific to the datetime format builders containing the local-date fields.

Inheritors

Functions

Link copied to clipboard
abstract fun date(format: DateTimeFormat<LocalDate>)

An existing DateTimeFormat for the date part.

Link copied to clipboard
abstract fun day(padding: Padding = Padding.ZERO)

A day-of-month number, from 1 to 31.

Link copied to clipboard
abstract fun dayOfWeek(names: DayOfWeekNames)

A day-of-week name (for example, "Thursday").

Link copied to clipboard
abstract fun dayOfYear(padding: Padding = Padding.ZERO)

A day-of-year number, from 1 to 366.