Open edgar-bonet opened 1 year ago
As noted in issue #274, ISO 8601 defines many date/time formats. Only a small subset of these are supported by the constructor
DateTime::DateTime(const char * iso8601dateTime)
This pull request expands the Doxygen documentation of the constructor in order to fully specify the supported formats.
Fixes #274.
As noted in issue #274, ISO 8601 defines many date/time formats. Only a small subset of these are supported by the constructor
This pull request expands the Doxygen documentation of the constructor in order to fully specify the supported formats.
Fixes #274.