You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: