Forum Discussion
Petri-X
Oct 14, 2020Bronze Contributor
Teams' list - Issue Tracker not accepting today's date
Hi, Just tried to play with list and choose to "Issue Tracker" as a playground. But by somehow my first test failed 🙂 So, if I select today's date it gives me an error: "Please add a date t...
davidpoon
Oct 08, 2021Iron Contributor
Petri-XI just encountered this problem today too. So it's still not fixed...
An easy solution, as a few have suggested, is to go into the Column Settings > Edit > More Options > Column Validation and changed the formula from
=DateReported<=TODAY(). <- wrong
to
=DateReported<=TODAY()+1 <- not accurate, but good enough
for "Please add a date that isn't greater than today."