a non well formed numeric value encountered
Answers
Answered by
0
A non well formed numeric value encountered
Attachments:
Answered by
0
Explanation:
encountered
This is when I use the following
date("d",$_GET['start_date']);
But when I use the strtotime() function as advised by many sites I get a unix timestamp date of 1/1/1970. Any ideas how I can get the correct date?
Similar questions