Date validation doesn't work as expected

Hello,

Current time is Sep 10th, 2020 11:25 AM in my region.
but the validation error shows up like this.

スクリーンショット 2020-09-10 11.11.44

By the way, I set date input as below (I’m not using datepicker here because there are other issues)

<input name="entrystartdate" type="date" id="entrystartdate" required="required" dmx-bind:min="var1.datetime">

The validation error should not show up, because currenttime < Sep 11th definitly.
How can I solve this?

Community Page
Last updated: