Skip to content

Month not shown #8

@ernstralek

Description

@ernstralek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions