You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a transition that requires a user enter a date (datepicker) and need to validate it is >= todays date.
One issue is that if it is after 8PM (EDT) then comparing to now() always fails as now() is not concious of the users timezone and thinks it is 'tomorrow'. I tried comparing to Updated and it fails the same
Is there a way to get the date that would factor in the users timezone for use in such a validator?
Tim Nixon