Development

#620 ([PATCH] All Date/Time form helpers should accept a null value to "now".)

You must first sign up to be able to contribute.

Ticket #620 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] All Date/Time form helpers should accept a null value to "now".

Reported by: Ian <ian.ricketson@symfony-project.com> Assigned to: slickrick
Priority: minor Milestone: 0.6.3
Component: Version: 0.7.X
Keywords: Cc:
Qualification:

Description

Basically, right now you HAVE to pass a date to the any/all the date & time helpers. If you pass something like 'null', it gives you a random date that makes no sense. All Date/Time helpers should require nothing more than a name. If only a name is passed it should default the value to today's date and/or time.

Change History

06/13/06 06:19:58 changed by slickrick

  • summary changed from All Date/Time form helpers should accept a null value to "now". to [PATCH] All Date/Time form helpers should accept a null value to "now"..

Fixed in r1422

* Also added a couple other tweaks to the date/time helpers that were needed.

06/13/06 14:37:11 changed by fabien

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

in r1434