Hi,
I am using a date picker to select a date which should have a min date of a date pulled from a table. The date shown in the formula is “2025-10-14” yet the date picker has a min date of “2025-10-13”.
How can I fix this?
Steve
Hi,
I am using a date picker to select a date which should have a min date of a date pulled from a table. The date shown in the formula is “2025-10-14” yet the date picker has a min date of “2025-10-13”.
How can I fix this?
Steve
Hi Steve, you might have accidentaly set up a “minimum date” constrain that’s not allowing you to select past todays date.
By default all date pickers are able to select any date, future or past.
Hi,
I have an order date of 14-10-2025 and for the ship date picker. I do not want the user to be able to select a date before then so I set the min date as the order date which was pulled into a collection. The current value shows the correct date as the 14th, but the date picker shows the min date as the 13th and not the 14th.
I changed the formula to this -

and it worked.
Not sure if this is a coincidence or if it is a correct solution.
Hi! just to confirm, do you set the Date Picker Mode to Date or DateTime? to check you can go to its Setting panel.
Hi,
It is set to Date.
Steve