Missing dots on months abreviations#63
Conversation
|
OK I was waiting for Ben to Chime in here. I am wondering if I am even reading this right... Is May. with a dot at the end being suggested? If so, then it is not correct. May is never abbreviated. Have a look at the following link, but it should not really matter anyway, these are your settings. If you want to abbreviate May. as such, then you certainly can. http://library.princeton.edu/departments/tsd/katmandu/reference/months.html If someone can confirm this for me, I will close this one out. |
|
I was actually waiting for @KidSysco to say what he thinks about this. I guess I should have said that before instead of let everyone wait. I agree. I don't think those months need to be abbreviated. @TataAtta If you insist on abbreviating all months in you're page you can do it using our Multiple Language Support. Example: $(".selector").MonthPicker({
i18n: {
months: ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.']
}
}); |
No description provided.