Helpful
    Preparing search index...

    Enumeration ZDateFormats

    Basic date formats that are common for storage and usage.

    Index

    Enumeration Members

    Iso: "yyyy-MM-dd'T'HH:mm:ss.SSSXX"

    Standard ISO-8601 format.

    IsoDateOnly: "yyyy-MM-dd"

    Standard ISO-8601 format with date only.

    Using this should imply midnight user timezone.

    IsoNoTimeZone: "yyyy-MM-dd'T'HH:mm:ss.SSS"

    Standard ISO-8601 format without timezone specifier.

    IsoTimeOnly: "HH:mm:ss.SSS"

    Standard ISO-8601 format with time only.

    LocalDate: "P"

    Users local date (locale specific).

    LocalDateTime: "Pp"

    Date and time formatted with user specific locale.

    LocalTime: "p"

    User local time (locale specific).