379adf6a693319565211b80642381a67ca386c22
while here: - let ParseDate() is able to parse such formats: "20081012" (without a separator) and without the month or day e.g: "2008" or "200810" - let ParseTime() is able to parse a time without separators, e.g.: "141030", or "1410" or just "14" - let Parse(...) method use ParseDate() and ParseTime() this will parse a format similar to ISO 8601
Description
No description provided
Languages
C++
98.3%
Shell
0.6%
C
0.6%
Makefile
0.5%