We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relates to #48
the current :date and :date_time converters supported formats is not documented. It relies on the Ruby CSV Library which says:
:date
:date_time
:date Converts any field Date::parse() accepts. :date_time Converts any field DateTime::parse() accepts.
Now both Date::parse and DateTime::parse supported formats are not obvious to figure out either.
Date::parse
DateTime::parse
This should be sorted out and properly documented and related tests/specs added.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
relates to #48
the current
:date
and:date_time
converters supported formats is not documented. It relies on the Ruby CSV Library which says:Now both
Date::parse
andDateTime::parse
supported formats are not obvious to figure out either.This should be sorted out and properly documented and related tests/specs added.
The text was updated successfully, but these errors were encountered: