Hi guys,
I have this error :
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /home/kelvinej/public_html/index.php on line 21
And this is line 21 in my code :
$date_added = strftime("%b %d, %Y",strtotime($row["date_added"]));
can anyone help me on this please
Thanks guys