parseDateTimeUsing

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

alias parseDateTimeUsing = parseTimeLikeUsing!DateTime

Meta