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

Month not shown #8

Open
ernstralek opened this issue Oct 31, 2018 · 1 comment
Open

Month not shown #8

ernstralek opened this issue Oct 31, 2018 · 1 comment

Comments

@ernstralek
Copy link

Here is my setup:
var today= new Date(); daterange=$('#date-range').datepicker({ type:'date-range', format:'dd/MM/yyyy', lang:'es-AR', placeholder:'Seleccione un rango de fechas', rangeSeparator:' a ', endDate:today, onChange:function(event){ var dates=event.newDate.split(' a '); startDate= dates[0].trim(); finishDate= dates[1].trim(); } });

The previous month button doesn't works. I can't go to september. It seems to be because today is 31 and the previous month only has 30 days.

image

When I go back 1 year and then advance by month, September is not shown:
image

@renerlemes
Copy link

renerlemes commented Jan 29, 2019

Check the pull request with the changes that I made

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

2 participants