Date picker minimum date
I want to have a minimum date in my field that I am using a date picker.
I filled in the atrribute minimum date with -0d.
I want todays date to be the minimum date.
When the date picker is displayed, it looks like the user should be able to pick today, when they do, it displays an error that says they can't use the date.
So, I changed it to be -1d, this allows for the user to pick today, but also makes it looks like they can choose yesterday.
This confuses and annoys the user.