DateTime._strptime(string[, format='%FT%T%z']) â hash
Class Public methods
Parses the given representation of date and time with the given template, and returns a hash of parsed elements. _strptime does not support specification of flags and width unlike strftime.
1 | See also strptime( 3 ) and strftime. |
Please login to continue.