dindinet / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

International date option #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I need a international date overrule setting to format the date.

For example, in German the date 
August 8, 2008
is shown as
8. August 2008.

Is it possible to make a php date for example like this:
http://php.net/manual/en/function.date.php 

$today = date("F j, Y, g:i a");                 // March 10, 2001, 5:16 pm
$today = date("m.d.y");                         // 03.10.01
$today = date("j, n, Y");                       // 10, 3, 2001
$today = date("Ymd");                           // 20010310
$today = date('h-i-s, j-m-y, it is w Day');     // 05-16-18, 10-03-01, 1631
1618 6 Satpm01
$today = date('\i\t \i\s \t\h\e jS \d\a\y.');   // it is the 10th day.
$today = date("D M j G:i:s T Y");               // Sat Mar 10 17:16:18 MST 2001
$today = date('H:m:s \m \i\s\ \m\o\n\t\h');     // 17:03:18 m is month
$today = date("H:i:s");                         // 17:16:18

Original issue reported on code.google.com by schal...@gmail.com on 23 Feb 2010 at 12:10

GoogleCodeExporter commented 9 years ago
Not really the place to discuss this, I moved it over to the discussion group...
http://groups.google.com/group/pwi-en?hl=en_US

Original comment by jdiderik on 24 Feb 2010 at 8:50

GoogleCodeExporter commented 9 years ago
Ahhhh, sorry I didn't saw the the discussion group.

Original comment by schal...@gmail.com on 24 Feb 2010 at 11:18