[date-time] Should this be an exception
6 Oct
2008
6 Oct
'08
1:24 a.m.
Using 1_35_0 on MSVS .NET 2003 string x("200810051"); try { date d(from_undelimited_string(x)); } catch (exception& e) { } I would have though this would thrown an exception (too many digits in the date) but it didn't. I may have missed it in the doc that the constructor only considers the first 8 digits (for the undelimited case - actually probably the from_undelimited_string function). Or did I miss something else? Larry
5884
Age (days ago)
5884
Last active (days ago)
0 comments
1 participants
participants (1)
-
Larry