Computer Science Canada

date("T")

Author:  Amailer [ Fri Jul 02, 2004 6:44 am ]
Post subject:  date("T")

Hey all,
I need some help here.. i can't seem to find any character for the date() function to display the timezone (on win32) as EST, GMT and etc... when i use
date("T"); it shows it as Eastern Daylight Time but i want it as short form..
anyone know how?

Author:  Homer_simpson [ Mon Jul 05, 2004 4:07 pm ]
Post subject: 

use a switch case statement and create your own functions?

Author:  Amailer [ Mon Jul 05, 2004 4:19 pm ]
Post subject: 

um, that's what i have now.. I thought there would be something for windows like how T works for UNIX...errrr

Author:  Homer_simpson [ Fri Jul 09, 2004 9:06 pm ]
Post subject: 

i'm not good with unix sorry. but check hotscripts.com they might have something there to help you.


: