Jump to content

$date = gmstrftime("%A %d-%b-%y %T %Z", time()); - error


contiw

Recommended Posts

 

This works

$date = gmstrftime("%a, %b %d, %Y, %X",time());

this doesn't

$date = gmstrftime("%A %d-%b-%y %T %Z", time());

:confused:

 

How doesn't it work?

 

It works fine here.

 

Works for me as well.  When I echo $date i get:

 

Monday 21-Jun-10 15:36:58 GMT 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.