I wonder if there is a way to configure package installation xml file where a date field must have a time selector , or is there another approach to add the time. My package manages bids from city hall , and the time is indispensable.
Hi Ivan, Sorry, we don't have this feature in our current version. Anyhow, I've just added it to 3.3.5 version. you can easily emulate this yourself. One line should be added in includes/classes/ia.admin.extra.php, find this line: 'use_editor' => $this->_attr('editor', false), and add the following line after it: 'timepicker' => $this->_attr('timepicker', false), That's it. Now you can add timepicker attribute to your field in install.xml and it will be displayed as timepicker. Cheers