Re: [PHP] adding whitespace to a timestamp

2009-02-23 Thread German Geek
Maybe the issue is that you are displaying the output in a browser and spaces are not shown. Try puttung   instead of a literal space. Tim-Hinnerk Heuer http://www.ihostnz.com Henny Youngman - "When I told my doctor I couldn't afford an operation, he offered to touch-up my X-rays." 2009/2/24 A

Re: [PHP] adding whitespace to a timestamp

2009-02-23 Thread Andrew Ballard
On Sat, Feb 21, 2009 at 1:28 PM, Eric Sherman wrote: > I hoping to add a space between the date and the time in this: > > $thedate = date('M jS g:i A', $postTIME); > > i.e, between* jS* and *g:i* > > I've looked around but can't find anything. > > Thanks > > Eric Sherman > Multi Media Information

Re: [PHP] adding whitespace to a timestamp

2009-02-21 Thread Jason Pruim
On Feb 21, 2009, at 1:28 PM, Eric Sherman wrote: I hoping to add a space between the date and the time in this: $thedate = date('M jS g:i A', $postTIME); i.e, between* jS* and *g:i* I've looked around but can't find anything. Thanks If what you want it to have something like this: First

[PHP] adding whitespace to a timestamp

2009-02-21 Thread Eric Sherman
I hoping to add a space between the date and the time in this: $thedate = date('M jS g:i A', $postTIME); i.e, between* jS* and *g:i* I've looked around but can't find anything. Thanks Eric Sherman Multi Media Information -- Copyediting the web, one page at a time.