Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
Can Pick Time as well as Date with any control of infragistics.
Like dd/mm/yyyy hh:MM:ss format.
Hi Shames,
You may use WebDateTimeEdit, WebDateTimeEditor, WebDatePicker controls and set format which includes any date/time fields. The dot-net standard predifined formats (like "g" for short-date short-time) can be used, or explicit formats. There is no time picker drop-down, but only "day" picker: drop down WebMonthCalendar. So, time fields user should enter from keyboard. Below is example with explicit pattern:
<ig:WebDatePicker ID="WebDatePicker1" runat="server" EditModeFormat="MM/dd/yyyy h:mm:ss tt"></ig:WebDatePicker>
Is this applying same for WebDateChooser control or I have to replace that control with existing one.