How Translate Ranges? #2298
Answered
by
SanyaCarter
SanyaCarter
asked this question in
Q&A
-
Need help, how I can translate a ranges? |
Beta Was this translation helpful? Give feedback.
Answered by
SanyaCarter
Dec 27, 2022
Replies: 1 comment
-
found a solution var periodRanges = {}; locale: { |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SanyaCarter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found a solution
var periodRanges = {};
periodRanges[datePickerTranslateRanges.today] = [moment(), moment()];
...
locale: {
ranges: periodRanges
}