William Stokes wrote:
> What was the string chooping function? I need to chop a date value from DB
> like (07.04.2005) and time (22:00) to $day ='07' $month='04' etc. etc.
>
> Thanks
> -Will

<?php

list($day, $month, $year) = explode('.', $date_value);

?>

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to