i386 Solutions
Skip Navigation LinksHome > Products > i386.UI ASP.net Controls > DropDownDateTime
DropDownDateTime Examples
Included on this page are a number of samples. There is also a example for Datagrid and Changed Event 

Culture Property
Display months names in any language from Afrikaans to Vietnamese
<cc1:dropdowndatetime id="dddt1" runat="server" TimeFormat=""
DisplayFormat
="dd MMMM yyyy" Culture="" />
 
 
DateFormat Property
The output Value can be formatted to suit any database date format, whether its a UK, US or something else...
<cc1:dropdowndatetime id="dddt2" runat="server"
DisplayFormat
="MMM dd yyyy" TimeFormat="" DateFormat=" " />
 
 
EnableSet Property
Allow setting of null value.
<cc1:dropdowndatetime id="dddt3" runat="server" TimeFormat=""
EnableSet
="True" DisplayFormat="MM dd yyyy" />
 
 
TimeFormat Property
Along with DateFormat, the TimeFormat formats the output value of the Time part. Whether it be 24 hour clock or 12 hour AM/PM.
<cc1:dropdowndatetime id="dddt4" runat="server" DateFormat="yyyyMMdd" TimeFormat=" HH:mm:ss" DisplayFormat="MMM dd yyyy HH:mm:ss"/>
:: 
 
YearsForward and YearsBack Properties
Years can be arranged in both directions, example of 18 to 70 year old requirement.
<cc1:dropdowndatetime id="dddt5" runat="server" TimeFormat="" YearsForward="18" YearsBack="-70"/>
// 
 
CSSClass Property
Not only can the appearance properties alter the look of the control, a stylesheet can also be used.
<cc1:dropdowndatetime id="dddt6" runat="server" CssClass="style1"  TimeFormat="" TimeInput="true"  EnableSet="True" Culture="it-IT" DisplayFormat= "yyyyMMMMdd" />
i386 Solutions
i386 Solutions i386 Solutions
i386 Solutions i386 Solutions i386 Solutions