I have a form which contains two timestamp attributes which I have just changed to test the new facility of separate time picker lists.
I select a product. The product (a trial flying lesson) has a specific duration ( 1-3 hours. I enter a start date and time and the form dynamically calculates the end time.
new version 5.2
I click on an empty slot in the flying calendar. The form pops up with the correct start time entered.
I select the product - the start time gets reset to empty
I re-enter the date using the picker and select the start time from the new time picker. The end time is calculated but the complete timestamp string is put in BOTH the date slot AND the time slot. I also get an error message saying the start time has an invalid format ( which it hasn't because it was selected from the picker(s)
For completeness of the post, in the configuration for the two attributes, I set them to
Show time separately with an interval of 15 minutes, a min of 9:00 and a max of 22:00. Since I couldn't find any documentation on this new feature I assumed the min and max wanted times - it certainly populated the time picker correctly at 15 min intervals.
So near yet so far