HOME

LIVE DEMOS

DOWNLOAD

PURCHASE

DOCUMENTATION

CONTACT US




Listed on:

Date Time Picker listing on the www.123aspx.com Directory

411ASP.NET

Date Time Picker featured at www.ComponentSource.com

Developers dex

Live Demos : DateTime Picker Web Control for ASP.NET

1. Getting and Setting the datetime VALUE property

Get or set the underlying datetime value of the control.

<Dune5:DateTimePicker id="d0" DisplayFormat="t" runat ="server"/>  

:  

d0.Value was set to System.DateTime.Now() on form load.

 

2. Setting the DISPLAYFORMAT property

Specify you own format (e.g. yyyy/MMM/dd, etc.), or use a standard format character (e.g. D, d, t, T, f, F, g, G, etc.)

<Dune5:DateTimePicker id="d1" DisplayFormat="" runat ="server"/>  

,  

 

3. Using the ALLOWNULLVALUE property

Allow the user to optionally "not" select a date\time.

<Dune5:DateTimePicker id="d2" AllowNullValue="" runat ="server"/>  

,



4. International Support - CULTURE property

By default the control takes on the current Locale for standard date formats and the language used for month names.

<Dune5:DateTimePicker id="d3" Culture="" runat ="server"/>