Posted 3/4/2007 4:12:02 PM | | | | The DatePicker in SDK version 3.0.9 will have the ability the let the user select a time in addition to a date. This had been recorded as feature request FE341. Some new properties have been added to the DatePicker control to allow you to control this new functionality: - DisplayStyle: allows you to specify "DateOnly" or "DateAndTime"
- ConvertDateToUserTimeZone: this boolean property enables you to specify wheter the date you have specified in the "SelectedDate" property is in GMT format and therefore needs to be converted to the user's time zone before the DatePicker is rendered. If the date has already been converted to the user's time zone and does not need to be converted again, you set this property to false.
- TimePickerInterval: enables you to specify the minutes increment for the time selection control. You can choose: 5 minutes, 10 minutes, 15 minutes, 20 minutes, 30 minutes or 60 minutes
This is what this new feature looks like:
|
| Posted 3/5/2007 3:15:01 AM | | | [quote]Jeremie Desautels (3/4/2007) The DatePicker in SDK version 3.0.9 will have the ability the let the user select a time in addition to a date. This had been recorded as feature request FE341.
Asked somewhere back in 2006: Feature request: Crm-like Time edit
Glad for this feature getting in the SDK! |
| |
|