planetapex / apex-plugin-dynamicDateTimePicker

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

When changing the time only will change the date to today. #5

Open GasparYYC opened 5 years ago

GasparYYC commented 5 years ago

When changing the time only (sliding any of the two bars) it will immediately changes the date value to today's date. Note: I use this n this modal form in which I pass a date to this field via Link Builder like this (I don't know if it matters):

Set Item: Name: P46_EVENT_DATE Value: &P7_START_DATE.

So it shows fine when the modal opens, but as soon as I touch the time, it changes the date to today. This occurs even if the Toggle Option "Today Botton" is checked off or not.

thanks

GasparYYC commented 5 years ago

Note: I just tried the built-in datetime picker from APEX and it shows the same behaviour. I'm not sure then what to do to make it stick to the date it was passed.