This is a migrated thread and some comments may be shown as answers.

How to change the format of the current date(Scheduler Component)

2 Answers 372 Views
This is a migrated thread and some comments may be shown as answers.
sohee
Top achievements
Rank 1
Iron
sohee asked on 02 Apr 2020, 02:54 AM

Hi

 

I'm using Kendo Scheduler Component

I use only month view and i want change the format of the current date.

I attached a description picture.

 

Please give me solution. Thank you.

2 Answers, 1 is accepted

Sort by
0
sohee
Top achievements
Rank 1
Iron
answered on 02 Apr 2020, 10:07 AM

I have one more question.

I want to localize using kendo.culture ("ko") in the scheduler component.

But I don't know when to call kendo.culture ("ko").

 

 

Can you show an example of localizing the scheduler using the kendo.culture() ?

0
Martin
Telerik team
answered on 03 Apr 2020, 03:07 PM

Hello Sohee,

You can change the date format using the views.selectedDateFormat configuration:

<kendo-scheduler-view :type="'month'" :selected-date-format="'{0:dd-MM-yyyy}'"></kendo-scheduler-view>

Regarding the culture, you can refer to this forum thread for information on the topic.

Here you will find a small Stackblitz example for reference.

Let me know if you have any questions.

Regards,
Martin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Asked by
sohee
Top achievements
Rank 1
Iron
Answers by
sohee
Top achievements
Rank 1
Iron
Martin
Telerik team
Share this question
or