Re: [PHP-WIN] Re: Programming problem... Date day locater!

2005-05-04 Thread JC Botha
Hi thanks for all your input. The problem is patially solved. Does anyone know the syntax for C++. Ok, I know this is exclusive PHP but I would like to know both as I'm studying both. Till later then. On 5/4/05, Jason Barnett <[EMAIL PROTECTED]> wrote: > JC Botha wrote: > > Hi there to all. > > >

[PHP-WIN] Re: Programming problem... Date day locater!

2005-05-04 Thread Jason Barnett
JC Botha wrote: Hi there to all. I need to get the day number of any given date. Like if the date 20 Jan 2005 is given I need to calculate that it is day 20 in the year. Any thoughts on solving this would be much appreciated. Chris http://php.net/manual/en/function.date.php echo date('d'); ?> -- P