Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Resources
Productivity and Design Tools
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.
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() ?
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