Date Picker
Learn how we can use the date picker to select the date directly instead of manually.
We'll cover the following...
The administrator has to enter a user’s birthday using the ISO-8601 format of YYYY-MM-DD. This is not very user friendly since there is no date picker to select a date and, most likely, this is not the date format the user typically thinks of. Luckily, there are many date picker components freely available. We’ll implement one of them here to show how it can be done using Thymeleaf.
Duet Date Picker
The date picker we chose is the Duet Date Picker ...