Click here to Skip to main content
15,886,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My first problem:
How to change kendo UI MVC datetimepicker (v2021) to show like persian datetimepicker?[^]
My second problem:
Kendo MVC DateTimePicker accept DateTime
DateTime is Gregorian but I must send PersianDateTime to it
because second Persian month has 31 days but Gregorian second month has 28|29 days and I cannot write
C#
DateTime dt=new DateTime(1400,2,30);

C#
@Html.Kendo().DatePickerFor(model => model.MustBeDateTime)

PersianDateTime is an struct like DateTime is available via Nuget MD.PersinDateTime
how to change kendo to support PersianDateTime to write code like this
C#
@Html.Kendo().DatePickerFor(model => model.MustBePersianDateTime)


What I have tried:

I am learning via the Internet and your help
Posted
Updated 17-Dec-21 6:53am
v4
Comments
4L4K1 5-Jun-22 20:14pm    
yes I did, the link to download not working
4L4K1 9-Dec-22 19:09pm    
It is for version 2018,I need version 2021

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900