html
Native date picker
You might not need another library to solve your problem. If you need a date picker, choose HTML Native date picker. It is supported by all major browsers

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.