custom style local_cn

Hi,I met some problems,can you help me? thanks





no reply?

Hi,

We need more details about the 1st and 2nd pictures.

The date format of Calendar can be set via calendarHeader config property. To access this calendar you can call the following
$$(“scheduler”).$$(“endByDate”)

So, here is how you can define “%Y %F” for calendar header:

$$(“scheduler”).$$(“endByDate”).define(“calendarHeader”,"%Y %F")

Hi, 1st and 2nd pictures location:
Scheduler 3.0---->Mobile scheduler----->Setting recurring events (repetition variations)

You can redefine Locale object of dhx.Date. Here are default:

dhx.Date.Locale={ month_full:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], month_short:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], day_full:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], day_short:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"] };