You are here: Re: Splitting date into chunks « PHP Programming Language « IT news, forums, messages
Re: Splitting date into chunks

Posted by Bruno Rafael Moreira de Barros on 11/29/07 11:56

If I type in:


$timestamp = 20050714010317;
echo date('Y m d H i s', $timestamp);


Then it returns:


2038 01 18 22 13 44

---

Then

$timestamp = 20050714010317;
$date = date('Y m d H i s', $timestamp);

$splitted_date = explode(' ',$date); // This is now an array
containing all the date parts.
echo $splitted_date[0]; // Prints the Year part of the date.

 

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

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