Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
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