planetapex / apex-plugin-dynamicDateTimePicker

Oracle Apex Plugin Dynamic Date Time Picker
https://github.com/planetapex
MIT License
7 stars 4 forks source link

Default value not handled correctly (Time Picker) #7

Open axelock opened 2 years ago

axelock commented 2 years ago

When I tried to open the form with a Default Date value, it is scrambled up. Setup:

The defaut value producer: PL/SQL: "begin return to_date('1900.01.01 01:00', 'YYYY.MM.DD HH24:MI'); end;"

Result:

This time-picker-only operation would be the main use of this plugin form me... :(

axelock commented 2 years ago

Looks like Oraxle APEX deafult Date Picker also ignores the Format Mask for default time. :(