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

weird behaviour DatePicker #465

Closed
kabetcha opened this issue Nov 26, 2018 · 3 comments
Closed

weird behaviour DatePicker #465

kabetcha opened this issue Nov 26, 2018 · 3 comments
Labels

Comments

@kabetcha
Copy link

hi
i'm using bootstrap 4 and when i click a first time the year is correct but as soon as i re-click on the calendar icon the year decrease of 1 unit?Any idea
this is my code

Data "type="text" placeholder="day" > <script>
            $('#datepicker').datepicker({
                locale: 'it-it',
                format: 'dd mmm yyyy',
                value: '<?php echo strftime("%d %b %Y");?>',
                minDate: '<?php echo strftime("%d %B %Y");?>',
                uiLibrary: 'bootstrap4'
            });
		</script>
 	</div>
@kabetcha
Copy link
Author

ezgif-4-6f68b9ddcb4e

@atatanasov atatanasov added the bug label Dec 6, 2018
atatanasov pushed a commit that referenced this issue Dec 6, 2018
@atatanasov
Copy link
Owner

We fixed that in the new development version. The dot in the short name of the month was a troublemaker.

You can find the latest stable builds at https://github.com/atatanasov/gijgo/tree/1.9/dist

@atatanasov
Copy link
Owner

resolved for Spannish, but still an issue for French and Turkish

@atatanasov atatanasov reopened this Dec 6, 2018
atatanasov pushed a commit that referenced this issue Dec 8, 2018
atatanasov pushed a commit that referenced this issue Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants