Firstly, thank you for the AnotherDatePicker Class - it is really great!
I have a Date/Time label, which when the user clicks, uses the AnotherDatePicker to select the date. Previously I had used other Date Pickers and thereafter a TimePicker to get the Date/Time for the Label.
The problem is that it does not wait for me to select a date before going to the Time Picker. I understand that this is because it is non-modal.
I need to be able to select both Date (from AnotherDatePicker) and Time and combine them into a String which is displayed in the relevant DateFormat in a Label.
From searching the Forum I can see the following options:
Any advice would be welcome!!
Dave
I have a Date/Time label, which when the user clicks, uses the AnotherDatePicker to select the date. Previously I had used other Date Pickers and thereafter a TimePicker to get the Date/Time for the Label.
The problem is that it does not wait for me to select a date before going to the Time Picker. I understand that this is because it is non-modal.
I need to be able to select both Date (from AnotherDatePicker) and Time and combine them into a String which is displayed in the relevant DateFormat in a Label.
From searching the Forum I can see the following options:
- Modify the AnotherDatePicker class to include a Time-Picker - I have looked at the Class, but my programming skills are too basic to figure it out!!
- Use the Closed Event of AnotherDatePicker v1.1 - I can't find an example and don't want to change from the Label to CustomView!
- Use the b4aCVDateTimePicker library - It seems like the Date & Time are separate and not combined into one!
Any advice would be welcome!!
Dave