ASP.NET Clendar Date Picker

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
vigreen
Forum Newbie
Posts: 5
Joined: Wed Dec 20, 2017 3:41 am

ASP.NET Clendar Date Picker

Post by vigreen »

Hi

I am looking for a calendar control with date picker in asp.net, similar ones used on travel bookings sites

It should have the following features:
1) A text box and next to it a calendar icon, that pops up when user selects it
2) It should disable previous dates. they could be greyed out so users dont select a previous date
3) Display the current date or in some instances, it display the dates when there are availability by default e.g. 3 days after current date. not sure if this is related to the database?
4) validation so users dont enter any invalid date format. for instance only accepts dates in this format: dd/mm/yyyy


My page is written in ASP.NET so could anyone point me to some examples in ASP.NET I can use that matches these specifications?
Post Reply