API
Version 7.x > API > change CalendarControl.ascx datetime to date persian View modes: 
User avatar
Member
Member
mehrdadilchizadeh-yahoo - 10/14/2013 3:21:08 PM
   
change CalendarControl.ascx datetime to date persian
hi
plz help me to change the contorl to persiancalender...

in asp have persian calender in using System.Globalization;

System.Globalization.PersianCalendar pc = new System.Globalization.PersianCalendar();


plz help me Thank you

User avatar
Kentico Support
Kentico Support
kentico_radekm - 10/16/2013 2:23:40 AM
   
RE:change CalendarControl.ascx datetime to date persian
Hello.

The PersianCalendar class is .NET 4.5 class and you can use it in KCMS project based on .NET 4.5. Our application is ASP.NET application, so there is no problem with it. You can develop custom form control with any .NET compatible functionality as per devnet.kentico.com/docs/devguide/developing_form_controls.htm. If you face any, please describe it more in details. Thank you.

Best Regards,
Radek Macalik

User avatar
Member
Member
mehrdadilchizadeh-gmail - 10/16/2013 4:55:30 AM
   
RE:change CalendarControl.ascx datetime to date persian
hi
thank you very much....

my problem is solved.