averbraeck / housinggame-admin

Administrator app for the Housing Game
https://housing-game.tbm.tudelft.nl
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Replace dtsel date picker with native date picker #6

Closed averbraeck closed 11 months ago

averbraeck commented 11 months ago

All browsers have an <input type="date"> and <input type="datetime-local"> nowadays. This makes it unnecessary to use the special script that we used for date and datetime selection.

averbraeck commented 11 months ago

Date has been replaced by the new date picker:

image

averbraeck commented 11 months ago

DateTime as well:

image

averbraeck commented 11 months ago

Clear button of the date picker tested. Works nicely and returns the value in the database to NULL.

averbraeck commented 11 months ago

Code implemented and tested. Old classes (js, css) and references to these classes removed.