Posts: 50
Threads: 9
Joined: Jan 2007
Reputation:
0
Anyone know of a way to format a timestamp into readable format? Like January 1, 2008.
Posts: 50
Threads: 9
Joined: Jan 2007
Reputation:
0
That's a good start but it uses the current time, so it knows the day and month and all. I'm looking for something that can be handed a timestamp, like PHP's date(). Also that code snippet would be more efficient with an array of month names rather than a control structure.