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

Can Raddatepicker set to buddhist year ??

3 Answers 101 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Zom
Top achievements
Rank 1
Zom asked on 13 Sep 2012, 07:42 PM
Hi telerik team

i'm trying to select date from calendar. when i click raddtepricker it show buddhist year and i choose date , it not show buddhist year in text box.(can see in attach file)

how can i fix that ?? 

thanks you

3 Answers, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 18 Sep 2012, 07:48 AM
Hello,

Unfortunately RadCalendfar supports only GregorianCalendar and alternative calendars like BuddhistCalendar or HijriCalendar cannot be used with our control.

Kind regards,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
arash
Top achievements
Rank 1
answered on 25 Oct 2012, 10:20 AM
Set to HijriCalendar show good in design but in code return date  0749/01/23 and not exist.
how can get selected date [1390/10/18] in code?
0
Burawat
Top achievements
Rank 2
answered on 27 Jan 2017, 07:53 AM

I was changed the standard of kendo on kendo.all.min.js

var e = new we; return new we(e.getFullYear(), e.getMonth(), e.getDate()) }

to be

var e = new we; return new we(e.getFullYear()+543, e.getMonth(), e.getDate()) }

and then change from 

min: new Date(1900, 0, 1), max: new Date(2099, 11, 31)

to be

min: new Date(2443, 0, 1), max: new Date(2642, 11, 31)

Hope it help

Tags
Calendar
Asked by
Zom
Top achievements
Rank 1
Answers by
Milena
Telerik team
arash
Top achievements
Rank 1
Burawat
Top achievements
Rank 2
Share this question
or