Can someone recommend a week picker which can be edited for example I need to change the names of the months to another language.
I saw this jQuery week picker, is it possible to change it a bit? as I said, I need to change month names to another language.
Just insert
monthNames: ["J","F","M","A","M","J","J","A","S","O","N","D"], where the array has 12 Strings that will be used as months’ names, as a option when initializing your datepicker.I edited the jsfiddle from your linked post to show a DEMO.