Date Time Format
A format for parsing and formatting datetime-related values.
By convention, predefined formats for each applicable class can be found in the Formats
object of the class, and custom formats can be created using the Format
function in the companion object of that class. For example, LocalDate.Formats contains predefined formats for LocalDate, and LocalDate.Format can be used to define new ones.
Functions
Link copied to clipboard
Uses this format to format an unstructured DateTimeComponents.
Link copied to clipboard
Formats the given value into the given appendable using this format.
Link copied to clipboard