Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dd/MM/yyyy Date Format issue #70

Open
Sunilvalleru opened this issue Apr 19, 2021 · 0 comments
Open

dd/MM/yyyy Date Format issue #70

Sunilvalleru opened this issue Apr 19, 2021 · 0 comments

Comments

@Sunilvalleru
Copy link

Sunilvalleru commented Apr 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant