Re: [PHP] - Default Date

2003-06-23 Thread Jon Haworth
Hi Gary,

> Is there a default variable built into PHP that has
> today's date?

Have a look at http://php.net/date for this - http://php.net/mktime will
probably be of interest as well.


Cheers
Jon




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] - Default Date

2003-06-23 Thread Dan Joseph
www.php.net has a few useful things on there, one of them is the date()
function.

-Dan Joseph

> -Original Message-
> From: Gary Ogilvie [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 23, 2003 9:22 AM
> To: 'PHP General'
> Subject: [PHP] - Default Date
>
>
> Hi everyone,
>
> I am about to start work on a PHP script and I need to know how to
> today's date. Is there a default variable built into PHP that has
> today's date?
>
> Many thanks
>
> Gary Ogilvie
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] - Default Date

2003-06-23 Thread Jay Blanchard
[snip]
I am about to start work on a PHP script and I need to know how to
today's date. Is there a default variable built into PHP that has
today's date?
[/snip]

RTFM at http://www.php.net/date

HTH! 

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] - Default Date

2003-06-23 Thread Gary Ogilvie
Hi everyone,

I am about to start work on a PHP script and I need to know how to
today's date. Is there a default variable built into PHP that has
today's date?

Many thanks

Gary Ogilvie


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php