parseDateTime

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

alias parseDateTime = parseTimeLike!DateTime

Meta