When I tried to open the form with a Default Date value, it is scrambled up.
Setup:
- Date Picker Type: Time Picker Only
- Toggle Selected unchecked
- Autoclose unchecked
- Format Mask: HH24:MI
The defaut value producer:
PL/SQL: "begin return to_date('1900.01.01 01:00', 'YYYY.MM.DD HH24:MI'); end;"
Result:
- "1900.01.01" appeared in the textfield
- Time picker hadn't loaded the defaut value
This time-picker-only operation would be the main use of this plugin form me... :(