Errror insert Datepicker Calendar custom 8 years ago3TopicHi,I set calendar as http://jamesmorrell.com/blog/seblod-datepicker-calendar. In the settings put the format (Brazil) dd-mm-yyyy but not record. When I put yyyy-mm-dd works. How to solve? 4229 PostsKadministrator 8 years ago2Level 1http://dev.mysql.com/doc/refman/5.7/en/datetime.htmlMysql datetime needs to be in in the yyyy-mm-dd format, anything else won't save. What you need to do is alter just display format as described in the documentation https://bootstrap-datepicker.readthedocs.io/en/latest/options.html#format dgopereira 8 years ago1Level 2Unsuccessfully.... help-me ?Erro:$('.datepicker').datepicker({ format: { toDisplay: 'yyyy-mm-dd', toValue: 'dd-mm-yyyy' } }); 4229 PostsKadministrator 8 years ago0Level 3Hi,sorry, but we can only give you general directions, you need to do actual implementations yourself.