Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Support for latest MomentJs #41

@Hendrikv1990

Description

@Hendrikv1990

Hey there,

Not sure if still is still actively maintained, but I am giving it a try.

I got this issue when I upgrade rails, with that, ofcourse momentjs also updated. Then daterangepicker needs to be updated.

In daterangepicker.js line 42 > this.locale. There are some issues on the way _lang() is used. I solved it as follows. It's a bit ugly, but it would be great if a similar fix comes in the future, or if there will be support for future versions. Otherwise I will load the regular daterangepicker as a separate js file.

Thanks!

`var ld = moment().localeData()
console.log(ld._weekdaysMin.slice());

    this.locale = {
        applyLabel: 'Apply',
        cancelLabel: 'Cancel',
        fromLabel: 'From',
        toLabel: 'To',
        weekLabel: 'W',
        customRangeLabel: 'Custom Range',
        daysOfWeek: ld._weekdaysMin.slice(),
        monthNames: ld._monthsShort.slice(),
        firstDay: 0
    };`

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