date comparison in jslt #258
kuanghsuan
started this conversation in
General
Replies: 1 comment
-
In that date format comparing dates as strings works the same as comparing dates directly, so the comparison is easy. now gets you the current date and time. format-time will let you convert the date+time to the date format you need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way for us to get the current date and compare with "2021-01-01" to see which one is earlier?
Beta Was this translation helpful? Give feedback.
All reactions