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
STR_TO_DATE
Function specification: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_str-to-date
This built-in function offers more flexibility for parsing date values than the existing DATETIME function already present in this implementation.
DATETIME
The text was updated successfully, but these errors were encountered:
We would take a patch if you wanted to implement this yourself. Not hard, just lots of details to get right and tests needed.
Sorry, something went wrong.
Sounds simple enough. I'll have some time this weekend to knock it out.
str_to_date
Successfully merging a pull request may close this issue.
Function specification: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_str-to-date
This built-in function offers more flexibility for parsing date values than the existing
DATETIME
function already present in this implementation.The text was updated successfully, but these errors were encountered: