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.
See Implementation
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.