Displaying page
of
pages;
Items to
Title |
Test
Details
ISO 8601 Date Parser
|
Expression |
(?<Date>(?<Year>\d{4})-(?<Month>\d{2})-(?<Day>\d{2}))(?:T(?<Time>(?<SimpleTime>(?<Hour>\d{2}):(?<Minute>\d{2})(?::(?<Second>\d{2}))?)?(?:\.(?<FractionalSecond>\d{1,7}))?(?<Offset>-\d{2}\:\d{2})?))?
|
Description |
Parses out the elements of a date in ISO 8601 format.
|
Matches |
2006-04-06T12:31:39.6230000-05:00
|
Non-Matches |
4/6/2006
|
Author |
Rating:
David Walker
|
Displaying page
of
pages;
Items to