Nguyễn Đình Trung
Nguyễn Đình Trung
It is quite convenient for some big data tables where we rotate data by monthly basis. For e.g, I usually have to set the following commands to run in monthly...
Currently, the date string always in the format [date] + [separator] + [time]. In my case, I want it in [time] + [separator] + [date]. As of your recommendation, I...
Yep, I add a new regional setting named 'dateBefore', and modify around line 707. It works. ``` diff diff -r c90ab7be39d3 protected/extensions/widgets/datetimepicker/assets/jquery-ui-timepicker-addon.js --- a/protected/extensions/widgets/datetimepicker/assets/jquery-ui-timepicker-addon.js Tue Jun 14 12:59:22 2011 +0700...
Regional settings for Vietnamese: ``` javascript /* Vietnamese translation for the jQuery Timepicker Addon */ /* Written by Nguyen Dinh Trung */ $.timepicker.regional['vi'] = { timeOnlyTitle: 'Chọn giờ', timeText: 'Thời...
Currently it is not working. I tried to reverse the regexp string, but still it cannot parse the date time correctly. But this changing is only needed for typing directly...
As to review the order between date and time, I navigate through some website in Vietnamese (yep, just to make sure). :D It is quite common to write in the...
Well, the translation from cmhuynh is correct. About the beforeDate function, if it is digging too much into datepicker code, then currently i have no choice but to use the...