Features:
- XHTML 1.1 compliance
- Complete ASP.NET AJAX support
- Powerful date auto-complete functionality (you can enter day or day and month (8 or 6/8) using any separator ("\", ".") and control will automatically add current month and year)
- Section 508 compliance
- Full Visual Studio design-time support
- Appearance customization
- Setting a range of dates is available.
- Keyboard shortcut and navigation support
- You can use special date range, date difference and date compare validators to validate inputted values
- Rich Client-side API
- You can define minutes and seconds periods in the lists.
- It can be automatically localized depending on culture settings of a client computer
- This component works with Internet Explorer, Opera and FireFox.
InputDateTime view sample:
 |
Value property's type is Nullable System.DateTime type. So if you need to get DateTime value use InputDate.Value.Value property.
If InputDate is empty then InputDate.Value.HasValue == false and InputDate.Value.Value == null |
Use MinutesPeriodStyle and SecondsPeriodStyle properties to define minutes and seconds periods in the lists.
Client-side API: InputDateTime client-side API
Controls: InputDate | Date Range Validator | Date Difference Validator | Date Compare Validator
© 2002-2007 Astron Digital. All Rights Reserved.