• Home
  • Date Hour Picker

Breadcrumb

Demo

Help

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!

Comments

 
  • fds · 27-MAY-24
    fdsa    
  • rtytryrtyr · 21-MAY-24
    tryty    
  • Alf Ordonez · 30-NOV-23
    To select 30 minuts interval create a LOV as with dates(interval_start, interval_end, duration) as ( select numtodsinterval(8, 'hour'), numtodsinterval(21, 'hour'), numtodsinterval(30, 'minute') from dual ) select substr(interval_start + (level-1)*duration,12,5) d, substr(interval_start + (level-1)*duration,12,5) r from dates connect by interval_start + (level-1)*duration <= interval_end    
  • Hadi · 01-NOV-23
    very good , thanks    
  • carla · 10-JUL-23
    How i can use the plugin for select 30 minutes intervals for book a room.     
  • kylixpar · 01-JUN-22
    hello    
  • fgfg · 09-MAY-21
    dgdgdg    
  • sdf · 17-APR-18
    sdf    
  • vikas · 03-OCT-17
    awesome    
  • gcbm · 20-FEB-17
    Does not allow a date to be cleared / set to null. ie, In your demo try clearing out date and time values in 'Date with textfield';    
  • test · 03-NOV-16
    Good plugin!    
  • hi · 27-SEP-16  
    Hello    
  • Hola · 15-SEP-16  
    Esta bien    
  • scobie · 25-MAY-16  
    unable to install plugin Application Express 4.2.5.00.08. get error "File is not a valid Application Express plug-in export file."    
  • josep · 13-OCT-15  
    Hi, Peter, you can e-mail me at josepcoves@relational.es. Send me an e-mail and I'll send you other plugin export files in order to detect what's wrong.    

Plugin Info

Plugin: Date Hour Picker
Average Rate: 4
Visits: 29373
Downloads: 1819
Last updated: 05-oct-2015
GitHub:

Donate

If that's useful, why don't you...