Bootstrap Datepicker format is ignored (bootstrap-datepicker)
Well, sometimes the way they tell you how to do it, is wrong… You make a nifty date picker, using the bootstrap-datepicker.js and you call the datepicker via javascript, something like this: $(‘.datepicker’).datepicker() You end up having dates in “mm-dd-yy” format. To change this to “dd-mm-yy” format, you should do it like this: $(‘.datepicker’).datepicker({ dateFormat: … Read moreBootstrap Datepicker format is ignored (bootstrap-datepicker)