Added time field to start and end dates on pages and wobjects.
This commit is contained in:
parent
da7d400c82
commit
c645a1908f
4 changed files with 13 additions and 11 deletions
|
|
@ -298,7 +298,7 @@ sub date {
|
|||
name=>$_[0]->{name},
|
||||
value=>$value,
|
||||
size=>$size,
|
||||
extras=>'onKeyUp="doInputCheck(this.form.'.$_[0]->{name}.',\'0123456789\')" '.$_[0]->{extras},
|
||||
extras=>'onKeyUp="doInputCheck(this.form.'.$_[0]->{name}.',\'0123456789/\')" '.$_[0]->{extras},
|
||||
maxlength=>10
|
||||
});
|
||||
$output .= '<input type="button" style="font-size: 8pt;" onClick="window.dateField = this.form.'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue