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
Hi @khmelevskii, what are the types of the dates that you are comparing? UtcDateTimes? You could perhaps cast them to midnight and compare them with an equality check as an alternative.
I'm not sure whether a function like what you describe would fit into cljs-time, as its API is meant to be modelled after clj-time. Feel free to write it and drop a link to it here though. Also, if something like this exists in clj-time then I'm happy to revisit this more.
Hello.
I need to compare two dates without hours, minutes, seconds.
I can do something like this:
but it looks verbose.
it would be great to have function something like this:
The text was updated successfully, but these errors were encountered: