Datepicker
Datepicker
Seppelchen
Posts: 69Questions: 25Answers: 1
Hello,
if it is possible to translate also datepicker values?
Like month week days?
If yes, how?
This discussion has been closed.
Answers
Hi,
You will need to refer to the documentation for whatever date picker library you are using. For example if you are using jQuery UI, refer to their documentation.
Allan
we are using bootstrap. but no idea how we can chnage this :(
AFAIK Bootstrap doesn't have a built-in datepicker. So what datepicker are you using?
Hello, we are using like this: https://eonasdan.github.io/bootstrap-datetimepicker/
So use their documentation.
That plug-in appears to have a locale option which is probably the one you want to use. It does also note that you need to use moment with locales.
Allan
Hello, i cant understand how I can translate :'(
could you describe more in detail please?
You would have to ask the authors of the plug-in.
https://eonasdan.github.io/bootstrap-datetimepicker/
Hello, did you also not know that?