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
Is your feature request related to a problem? Please describe.
I am unable to check whether a time occurs before or after another time.
Describe the solution you'd like
A Before and After methods for Time.
Describe alternatives you've considered
I could convert the civil.Time to Golang's time.Time using civil.TimeOf and then do the comparison using the After and Before methods of time.Time but this is troublesome. It would be better if civil could provide these methods out of the box.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am unable to check whether a time occurs before or after another time.
Describe the solution you'd like
A Before and After methods for Time.
Describe alternatives you've considered
I could convert the civil.Time to Golang's time.Time using civil.TimeOf and then do the comparison using the After and Before methods of time.Time but this is troublesome. It would be better if civil could provide these methods out of the box.
The text was updated successfully, but these errors were encountered: