BaseDateFormatter
interface BaseDateFormatter
Interface for parsing and formatting a KalugaDate from/to a String.
Inheritors
Properties
Link copied to clipboard
A list containing the shortened names of all months used by this date formatter.
Link copied to clipboard
A list containing the shortened names of all weekdays used by this date formatter.
Link copied to clipboard
The KalugaTimeZone this KalugaDateFormatter formats its dates to.
Functions
Link copied to clipboard
Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.
Link copied to clipboard
Attempts to parse a given String into a KalugaDate using the format described.