Hi again,
Right now, it seems using datetime as the data type for a parameter is passed OK, but unlike text data types, it doesn't retain this value in the parameter fields after submission (at least on my installation). Ideally it would retain the value just like other parameters do (e.g. when always showing parameters) since right now if the page is refreshed or re-submitted a blank/null value gets passed.
A few other suggestions for the parameter datetime value popup selector:
- Allow the direct inputting of a time rather than using the +/- keys for hour-minute-second - it is much faster (then I could hide the hour-minute-second selectors using CSS)
- For the hour-minute-second +/- selectors, allow going backward from 0 to enable quickly moving to 23 for hour, and 59 minutes and seconds - clicking the + button 82 times to get 23:59 is super annoying
- What is the checkbox for to the left ot the +/- time buttons? It may be my CSS doing funny things, but it never seems to be checked even when clicked directly. Does this happen to you too?