Development

#3522 (sfWidgetFormDate should use %02d zero padded values (via option?))

You must first sign up to be able to contribute.

Ticket #3522 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

sfWidgetFormDate should use %02d zero padded values (via option?)

Reported by: lathspell Assigned to: fabien
Priority: minor Milestone: 1.1.0 RC2
Component: widget Version: 1.1.0 RC1
Keywords: Cc:
Qualification: Unreviewed

Description

Hello

The date selector should be configurable to display ISO 8601 style "YYYY-MM-DD" dates, e.g. 2008-04-05, and not just "2008-4-5".

bye,

-christian-

Change History

05/12/08 21:35:04 changed by fabien

  • milestone set to 1.1.0 RC2.

06/09/08 19:40:10 changed by nicolas

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

(In [9499]) closes #3522 - In sfWidgetFormDate and sfWidgetFormTime widgets, days, months, hours, minuts and seconds are now displayed with two digits in selectboxes (values remain integers)