Finding a Date Picker Input Solution for Bootstrap

Hi @massimo_cassandro ! I am struggling to find a working jscript solution for a datepicker (no time) that allows parsing a YYYYMMDD string date to show it in a human readable form and sends it back to the form (server) as a YYYYMMDD in other words I need to have two formats: One to store and one to display. Flatpickr seemed good, but has some issues … Do you know which is the best of them that is compatible with bootstrap? Thanks!