Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi Everyone,
I have another datepicker issue.
When the mashup loads and I change the hours in the datepicker, the event Changed on the datepicker doesn't work. This version 7.1. Anyone have an idea?
Here is the bindings. I have when the event the datetime is changed call the method UpdateChangedDate and display the result to the value display widget.
When mashup firsts loads the at Feb 12 2018 07:00:00. I change the hour to 10:00:00 not the day. (Changing the day works.)
I click Done but the value display has not changed. It does not show the change date as a input to the UpdateChangedDate. I just made this simple js for this method to show that the event Change on the datepicker is not working for when hours are changed.
var result = datetime;
I have tried changing IntervalType on the datepicker. I have tried Days, Hours, Minutes and Seconds. Anyone have an idea?
Solved! Go to Solution.
Please help the tiny potato.
Apparently it is an error on this version.