parseDateUsing

Parse the given string into a Date, using the format spec fmt. This version parses fmt at runtime. Fields which are not representable in a Date, such as timezone or time of day, are parsed but silently discarded.

alias parseDateUsing = parseTimeLikeUsing!Date

Meta