Backend/Func/DateOptions.pm - Date select menus
This function returns HTML for select menus for choosing a date.
my $html = $self->DateOptions($postfix_string, $time_val);
Example
$ret .= $self->DateOptions('date', time());