0
How to disable a range of date in flask date picker
How can we disable a specific range of dates on python flask and read the value to a variable
1 Respuesta
+ 1
i got the solution :)
The thing is that i am using flask to create a web page. Where i have to disable particular date on the datepicker. I have used <input type="date" max="date limit" name="mydate"> and from flask i have used request.form["mydate"] to get date which is selected.
Mirielle🐶 [Inactive] thanks for try to help me