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
I propose to have a pre-processing function to complete the date given a partial date in form of
toBeginDate
2017
2017-01-01T09:00:00+00:00
2017-05
2015-05-00T00:00:00+00:00
toEndDate
2017-12-31T23:59:59+00:00
2017-05-31T23:59:59+00:00
The text was updated successfully, but these errors were encountered:
This will be considered in the upcoming rewrite
Sorry, something went wrong.
kvndrsslr
No branches or pull requests
I propose to have a pre-processing function to complete the date given a partial date in form of
For completion of date is done either by
toBeginDate
converts2017
to2017-01-01T09:00:00+00:00
, and2017-05
to2015-05-00T00:00:00+00:00
toEndDate
converts2017
to2017-12-31T23:59:59+00:00
, and2017-05
to2017-05-31T23:59:59+00:00
The text was updated successfully, but these errors were encountered: