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

Quarter Date Picker

1 Answer 152 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 23 Apr 2012, 03:22 PM
Hi,

Is there a way to show the date picker control as a quarter picker?  I have requirements to allow the user to pick a date by quarter.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Jul 2012, 11:20 AM
Hi Tom,

One suggestion is that you can set the MinDate and MaxDate of RadDatePicker as follows.

ASPX:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" MinDate="01/01/2012" MaxDate="03/31/2012" >
</telerik:RadDatePicker>

Hope this helps.

Thanks,
Princy.
Tags
Calendar
Asked by
Tom
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or