php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #67425 Consider supporting functionality equivalent to MediaWiki's sprintfDate()
Submitted: 2014-06-12 15:06 UTC Modified: 2021-04-18 04:22 UTC
From: federicoleva at tiscali dot it Assigned: cmb (profile)
Status: No Feedback Package: Date/time related
PHP Version: 5.4.29 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
46 + 4 = ?
Subscribe to this entry?

 
 [2014-06-12 15:06 UTC] federicoleva at tiscali dot it
Description:
------------
MediaWiki, to support 300+ languages, has to work around some limitations in PHP's date() which are less than optimal. However this results into a large amount of code (often inspired from other tools) and even larger amount of i18n improperly maintained in the codebase.

Clearly, in an ideal world this would be done directly in PHP with the support of Unicode CLDR data/i18n. You probably already know but I'm filing this just in case and as reference.

The main thing is sprintfDate(): https://git.wikimedia.org/blob/mediawiki%2Fcore.git/0444f9466366fe8cb04b9090045a07540ae56449/languages%2FLanguage.php#L1098
I'm attaching some excerpts for archival purposes.

Test script:
---------------
	/**
	 * This is a workalike of PHP's date() function, but with better
	 * internationalisation, a reduced set of format characters, and a better
	 * escaping format.
	 *
	 * Supported format characters are dDjlNwzWFmMntLoYyaAgGhHiscrUeIOPTZ. See
	 * the PHP manual for definitions. There are a number of extensions, which
	 * start with "x":
	 *
	 *    xn   Do not translate digits of the next numeric format character
	 *    xN   Toggle raw digit (xn) flag, stays set until explicitly unset
	 *    xr   Use roman numerals for the next numeric format character
	 *    xh   Use hebrew numerals for the next numeric format character
	 *    xx   Literal x
	 *    xg   Genitive month name



Patches

Language.php.diff (last revision 2014-06-12 15:06 UTC by federicoleva at tiscali dot it)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-04-07 16:08 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-04-07 16:08 UTC] cmb@php.net
Are you looking for IntlDateFormatter[1]?

[1] <https://www.php.net/intldateformatter>
 [2021-04-18 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 16:01:28 2024 UTC