You are here: Re: Calendar and date functions « All PHP « IT news, forums, messages
Re: Calendar and date functions

Posted by NC on 09/09/07 23:01

On Sep 4, 12:38 am, Otis <otie_nos...@cox.net> wrote:
>
> PHP is driving me mad with their idiotic way of dealing with
> dates and date conversions - unless I'm the idiot.

No, you just didn't read the documentation.

> Let's assume the date is $d = "09/03/1951" - Sep 3, 1951
> How do I get just the year from a date like Sep 3, 1951?
> How do I get just the day from a date like Sep 3, 1951?
> How do I get just the month from a date like Sep 3, 1951?

$d = "09/03/1951";
$ts = strtotime($d);
$year = date('Y', $ts);
$month = date('m', $ts);
$day = date('d', $ts);

> I have never been able to get PHP to deal properly with
> the years since it seems to have the stupid habit of
> deciding for itself whether a year is 2000 something or
> 1900 something. It apparently only wants to deal with
> 2-digit years.

You are mistaken. PHP wants to deal with timestamps.

Cheers,
NC

 

Navigation:

[Reply to this 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

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