Feature #35195

Additional possible keys in source array for DateTimeConverter

Added by Adrian Föder over 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-03-23
Priority:Should have Due date:
Assigned To:Adrian Föder % Done:

100%

Category:Property
Target version:TYPO3 Flow Base Distribution - 2.0 beta 1
PHP Version: Complexity:
Has patch:No

Description

At the moment, the following is allowed:

 1/*
 2 * By using an array as source you can also override time and timezone of the created DateTime object:
 3 * array(
 4 *  'date' => '<dateString>',
 5 *  'hour' => '<hour>', // integer
 6 *  'minute' => '<minute>', // integer
 7 *  'seconds' => '<seconds>', // integer
 8 *  'timezone' => '<timezone>', // string, see http://www.php.net/manual/timezones.php
 9 * );
10

Analog to this, it'd be good to allow three additional keys for day, month, year. This makes it possible to feed the source by independent <select> boxes for example, where each select box is day, month or year.

Associated revisions

Revision 01d918d0
Added by Adrian Föder about 3 years ago

[FEATURE] Day, month, year keys in DateTimeConverter source array

This patch introduces additional possible array keys for the
source array of the DateTimeConverter. Now not only a string
representing the DateTime can be passed, but array keys
of the single day, month and year.

Change-Id: Ib5f98967dabf7447acab9d46c1606c19d6290c79
Resolves: #35195
Releases: 1.2

History

#1 Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9848

#2 Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9848

#3 Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9848

#4 Updated by Gerrit Code Review about 3 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9848

#5 Updated by Sebastian Kurfuerst about 3 years ago

  • Category set to Property
  • Status changed from Under Review to Resolved
  • Target version set to 2.0 beta 1
  • % Done changed from 0 to 100

Also available in: Atom PDF