From date: MAXLENGTH=<%$maxlength%>>
m/d/y<% $time_hint %> To date: MAXLENGTH=<%$maxlength%>>
m/d/y<% $time_hint %> (leave one or both dates blank for an open-ended search) <%init> my %opt = @_; my( $input_time, $time_format, $time_hint ) = ( '', '', '' ); my( $size, $maxlength ) = ( 11, 10 ); if ( $opt{'input_time'} ) { $input_time = ', showsTime: true, timeFormat: "12"'; # http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_2.3 $time_format = ' %k:%M:%S'; # http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_5.3.5 $time_hint = ' h:m:s'; $size = 21; $maxlength = 27; }