This sample demonstrates WebInput control with datetime display format feature.

When only the display format is specified, WebInput will format the text when it's not in edit mode. During edit mode, it will display the actual text which is not formatted. If...

Read more.
Simple/Long Date (US)  :
6
 [Format : 'MM/dd/yyyy']
Simple/Long Date (Asian/Australia) :
6
 [Format : 'dd/MM/yyyy']
Short Date :
6
 [Format : 'MM/dd/yy]
Medium Date :
6
 [Format : 'dd-MMM-yy']
ISO Date :
6
 [Format : 'yyyy-MM-dd']
Short Time :
6
 [Format : 'HH:mm']
Medium Time :
6
 [Format : 'hh:mm tt']
Long Time :
6
 [Format : 'hh:mm:ss tt']
Short Date Short Time :
6
 [Format : 'MM/dd/yy HH:mm']
Medium Date Medium Time :
6
 [Format : 'dd-MMM-yy hh:mm tt']
Long Date Long Time :
6
 [Format : 'MM/dd/yyyy hh:mm:ss tt']
Custom Format :
6
 [Format : 'dd-MM(MMM)-yyyy']


Culture :