Skip to content

setDateRange doesn't show the selected range in the title bar #62

@renedekat

Description

@renedekat

The default text "select a date range" is displayed even after using setDateRange.

I fixed this by adding this after showGap(); on line 953:

checkSelectionValid();

My lines 951 to 956

951: showMonth(date1,'month1');
952: showMonth(date2,'month2');
953: showGap();
954: checkSelectionValid();
955: showSelectedInfo();
956: autoclose();

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