
Backend/Func/DateMenu.pm - Date input boxes
This function returns the HTML for input boxes for a date.
my $html = $self->DateMenu($prefix_string, $label_string [, $day [, $month [, $year ]]]);
Example
$ret .= $self->DateMenu('date', 'Enter a date.');
|