Is it possible to customize the day caption of Calender component?

Hi ,

I want to show Chinese date in Calendar component like following image.

image

How can I achieve it ? Please suggestions.

Hello!

Calendar API does not provide the ability to change shown date. You have to extend component and its client-side implementation.

See demo project that extends Calendar: demo.zip (88.3 KB)

image

Hi ,

I will try it. Thanks for your help .

Regards,
Ray