Might be a really stupid question but I have a date
01NOV68
But when I parse it through php date function date('Y-m-d',strtotime('01NOV68'))
it is coming out like this 2068-11-01
is there a way in which i can stop this?
Might be a really stupid question but I have a date
01NOV68
But when I parse it through php date function date('Y-m-d',strtotime('01NOV68'))
it is coming out like this 2068-11-01
is there a way in which i can stop this?