Expression Language Reference
    Preparing search index...

    Type Alias DateFmtEntry

    DateFmtEntry: [string, boolean] | string | DateCreatorFunction

    This represents a strategy for parsing a date.

    • As a string it is interpeted as a pattern.
    • As an array containing a string and a boolean, it is interpreted as [<format>,<has_time>] where format is a date/time format and has_time is a flag to indicate if the format has time information in it
    • As a DateCreatorFunction it is a function that takes a string and produces a date.