Title: DateBox: Italian week days Post by: proceno72 on April 18, 2015, 04:27:56 PM I'd like to suggest you a little modification to italian locale file (easyui-lang-it.js), for week days of DateBox and DateTimeBox components.
The line: Code: $.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S']; should be: Code: $.fn.calendar.defaults.weeks = ['D','L','M','M','G','V','S']; Title: Re: DateBox: Italian week days Post by: jarry on April 19, 2015, 03:34:49 AM We will check it carefully and improve the package.
|