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.
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.