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
For example,
Use Date.create('first Thursday of next month') or Date.create('last Thursday of next month')
Date.create('first Thursday of next month')
Date.create('last Thursday of next month')
Both of them returns same date. As of now it returns 'Thu Jul 04 2019 23:59:59 GMT+0530 (India Standard Time)'
Expected result last Thursday of next month should returns 'Thu Jul 25 2019 23:59:59 GMT +0530 (India Standard Time)'
The text was updated successfully, but these errors were encountered:
Thanks for letting me know about this! I'll have a look.
Sorry, something went wrong.
No branches or pull requests
For example,
Use
Date.create('first Thursday of next month')
or
Date.create('last Thursday of next month')
Both of them returns same date. As of now it returns 'Thu Jul 04 2019 23:59:59 GMT+0530 (India Standard Time)'
Expected result
last Thursday of next month should returns 'Thu Jul 25 2019 23:59:59 GMT +0530 (India Standard Time)'
The text was updated successfully, but these errors were encountered: