ID:               17060
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Analyzed
 Bug Type:         Feature/Change Request
 Operating System: Red Hat 7.1
 PHP Version:      4.2.0
 New Comment:

int strtotime ( string time [, int now])

is the actual function. As it gets even a complex input from the string
"time", I think it's difficult to emulate these functionality in a
localized fashion. However, much of the international users are
concerned about the output of the function. That could be modified
without such a difficulty. Here's a proposal

int strtotime ( string time [, int now] [, string ccode])

where the optional string "ccode" handles the localization request.
Giving IT the result will be in Italian, EN or US for plain English, DE
for German, FR for French and so on.

So when requesting a date string, outputting in French, the software
only has to know the country specific position of the substrings week,
month, day, year and the name of weeks and months in that language.
This could not work for other calendar dates, as chinese.
Submitting 10+ languages could be a matter of hours work, and backward
compatibility should not be an issue, as the parameter "ccode" is
optional. This could be a little step for the PHP source code, but a
big step for the PHP community worldwide.


Previous Comments:
------------------------------------------------------------------------

[2002-05-07 00:24:23] [EMAIL PROTECTED]

Not silly, just not all that easy to do.  Changed to feature request.

------------------------------------------------------------------------

[2002-05-06 22:36:16] [EMAIL PROTECTED]

As the function strtotime only returns dates using the english names
for the months and weeks, why not make it more customizable, making it
possible to return dates in other languages? As of now, it could be got
much much useful. Thanks in advance, and excuse me if this seems a
silly request.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17060&edit=1

Reply via email to