Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value not handled correctly (Time Picker) #7

Open
axelock opened this issue Aug 20, 2022 · 1 comment
Open

Default value not handled correctly (Time Picker) #7

axelock opened this issue Aug 20, 2022 · 1 comment

Comments

@axelock
Copy link

axelock commented Aug 20, 2022

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... :(

@axelock
Copy link
Author

axelock commented Aug 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant