Description: This plugin allows user to select date and time in two separate HTML fields. APEX developer retrieves only one field with resulting concatenated values.
To use this plugin, create an item (of type plugin) and select the "Relational: Date and hour picker" plugin.
Relevant parameters:
-
Standard "HTML Form Element Attributes": Adds attributes to Date field
-
Timestamp Format (Required): Format of Hour field
-
Default Timestamp Value (Required): Default value to be selected when item has no session value
-
Date Format (Required): Format of Date field
-
Date Default Value (Required): Default value to be selected when item has no session value
-
Timestamp NAMED LOV: In case you want the Hour field to be a select list, introduce here the APEX NAMED LOV.
-
Timestamp HTML attributes: Additional HTML tags for Hour field
-
Datepicker JS Attributes: Redefinition of standard datepicker apex.widget.datepicker call. See field info for an example.
Plugin renders a hidden HTML input element, with item provided name, and the resulting date and timestamp selected by user.
Two display fields are rendered with names <ITEM_NAME>_DATE, and <ITEM_NAME>_HOUR which can be used to associate Dyamic Actions via triggering.
Last updated: 05/10/2015. Version 1.3 new features:
- Bug with JS libraries corrected: solves javascript library issues which did not render calendar icon. Thanks to Michel Vogelpoel!