Localization of Date format in Scheduler

Hi,
I am loading the DhtmlxScheduler in korean. I find that all the text in the scheduler has changed to Korean, except the AM/Pm field in the hour’s scale.
Were do i need to replace the AM/Pm field so that it comes in korean?

Hello,

I believe you will need to edit source code, open dhtmlxscheduler.js, make changes in following parts:

"\"+(date.getHours()>11?\"pm\":\"am\")+\"";

and

"\"+(date.getHours()>11?\"PM\":\"AM\")+\"";

Best regards,
Ilya