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
Docs says:
now | date_modify "-1.5h"
but function is dateModify.
dateModify
The text was updated successfully, but these errors were encountered:
Apparently, both date_modify and dateModify work fine (live example). However, dateModify is more consistent with the rest.
date_modify
Tried a few other functions with underscores but they don't work e.g. unixEpoch => unix_epoch, htmlDate => html_date, etc.
unixEpoch
unix_epoch
htmlDate
html_date
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Docs says:
but function is
dateModify
.The text was updated successfully, but these errors were encountered: