Development

#3023 (input_date_tag with rich=false and discard_(day|month|year) to true display date separators between unexistant fields)

You must first sign up to be able to contribute.

Ticket #3023 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

input_date_tag with rich=false and discard_(day|month|year) to true display date separators between unexistant fields

Reported by: hartym Assigned to: hartym
Priority: minor Milestone: 1.0.12
Component: helpers Version: 1.0.11
Keywords: Cc:
Qualification: Accepted

Description

using this:

input_date_tag('name', $value, array (
                  'rich' => false,
                  'withtime' => false,
                  'discard_day' => true,
                  'calendar_button_img' => '/sf/sf_admin/images/date.png',
                ))

will display:

   / [select_for_month] / [select_for_year]

instead of

   [select_for_month] / [select_for_year]

This is incorrect

Change History

02/28/08 12:13:53 changed by hartym

  • status changed from new to closed.
  • resolution set to fixed.

r7666 => sf1.1 branch

r7665 => sf1.0 branch