RE: [PHP-WIN] date function works, font color?

2005-03-25 Thread Mike
> I am using: print date("D dS M,Y h:i a"); > ?> > in my html code which displays the following in black: > Fri 25th Mar,2005 08:24 pm > > How can I change this to white and center it in a table cell? print "".date("D dS M,Y h:i a").""; Just print out the HTML that you need. That simple. > Th

[PHP-WIN] date function works, font color?

2005-03-25 Thread Patrick Roane
Greetings, I am using: in my html code which displays the following in black: Fri 25th Mar,2005 08:24 pm How can I change this to white and center it in a table cell? Thanks in advance. P Patrick Roane Web design and development www.franklin-band.com Fox River Grove, Il. -- PHP Windows M

[PHP-WIN] date function problem... not a problem...

2003-07-07 Thread H Marc Bower
I read the next line in the manual to determine what the issue was - using windows I can only go back to 01 jan 1970. My bad, I should have read a little further. If anyone does have a nice little workaround for this for windows, though, I'd appreciate it. The date is coming out of a mysql da

[PHP-WIN] date function problem...

2003-07-07 Thread H Marc Bower
I'm having a bit of an issue using the date function... it isn't cooperating with any dates before... sometime in 1970. I guess this is date 0 for unix, if I'm not mistaken. However, dates before this time are throwing an error at me: Warning: unexpected error in date() in D:\wwwroot\vvf\osh

[PHP-WIN] Date function

2001-03-28 Thread Lars Eirik Rønning
Hi there. I wonder how i can use the date function to end up with the following format dd.mm. eg:17.05.2001 I am not sure how to insert this in a mysql database as a date field Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional