Feature #33159
Enable date() in n.format.date
| Status: | Resolved | Start date: | 2012-01-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Georg Ringer | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | 1.4.0 | |||
| TYPO3 Version: | 4.7 | Has patch: | No | |
| PHP Version: | Complexity: | easy | ||
| Votes: | 0 |
Description
sometimes using date is better then strftime, e.g. when you don't want locale support (e.g. rss-feeds)
tasks- support date() too
- add unit test
- change it in rss template
Associated revisions
[FEATURE] Enable date() in n.format.date
Sometimes date() should be used instead of strftime,
e.g. when locales shouldn't be used
Change-Id: I2347898e683e96f18bde4cec7f2690ba7b5f1553
Resolves: #33159
History
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7756
Updated by Georg Ringer over 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 30 to 100