You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to parse "Last day of July" or "end of July"
Last day of July is interpreted as "last day" and returns yesterday, and end of July is sometimes null or "July" which returns the first of July.
Same applies for "end of the month" which is returning null.
This doesn't help when "start of month" or "first day of the month" is parsed correctly.
Can we align the usage of these terms?
The text was updated successfully, but these errors were encountered:
When trying to parse "Last day of July" or "end of July"
Last day of July is interpreted as "last day" and returns yesterday, and end of July is sometimes null or "July" which returns the first of July.
Same applies for "end of the month" which is returning null.
This doesn't help when "start of month" or "first day of the month" is parsed correctly.
Can we align the usage of these terms?
The text was updated successfully, but these errors were encountered: