eureka2 / ab-datepicker

An accessible and bootstrap compatible datepicker
MIT License
63 stars 55 forks source link

dd/MM/yyyy Date Format issue #70

Open Sunilvalleru opened 3 years ago

Sunilvalleru commented 3 years ago

I have tried all possible input and output formats to get date in above mentioned format. Please let me know how can I get the above mentioned format without breaking the page.

dateFormat = 'dd/MM/yyyy'; $('#date').datepicker({ autoclose: true, outputFormat: "dd/MM/yyyy", orientation: useOrientation, inputFormat: dateFormat, theme: 'green', gainFocusOnConstruction: false

            });

When we are using above format site is breaking. Any leads or inputs will be helpful for us.