parseDate

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

alias parseDate = parseTimeLike!Date

Meta