ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
DatePicker "Prev" & "Next" caption
Title:
B
I
{code}
?
Is there any mod for changing "prev" and "next" text in datepicker? Or any other way to provide internationalization?
Save Changes
Cancel
TT Tom
asked at 19 Mar 2018
the datepicker has two arrows for next and prev month buttons, there's no text
at 19 Mar 2018
Omu
somehow have my prev & next buttons in datepicker a "prev" and "next" caption. Since this seems to be jquery datepicker I solve my prob this way $(document).ready(function() { $("#date1").datepicker("option", "prevText", "<<"); $("#date1").datepicker("option", "nextText", ">>"); });
at 23 Mar 2018
TT Tom
in the latest version (5.4 atm) we're not using the jquery datepicker anymore
at 24 Mar 2018
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK