if i have a date and i want to extract the year, the month, etc in PHP5, how should i proceed?
if i do
$y = date('Y',$sale->end);
it doesn't work...
|
feedback
|
|
If
| |||
|
feedback
|
|
As jnpcl indicated, if
| |||
|
feedback
|
$sale? – Neal Mar 30 '11 at 17:13date? That's all given in the PHP Manual: php.net/manual/en/function.date.php – Gordon Mar 30 '11 at 17:24