Reply to Re: getting month and year from a date

Your name:

Reply:


Posted by Janwillem Borleffs on 11/03/27 11:42

laredotornado@zipmail.com wrote:
> Using PHP 4, how would i Extract the numeric month and year from a
> date variable created using the date() function?
>

With date:
list($year, $month) = explode('-', date('Y-n'));

With getdate:
$date = getdate();
$year = $date['year'];
$month = $date['mon'];


JW

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация