HTML allows creating a date picker out of the box! You don't need to import any other library to have a date picker. Just use input
with type="date"
.
It might look different on different browsers and OS. Internet Explorer does not support the native HTML date picker.
Native date picker
HTML