I got date on this format from an api \/Date(-73854000000-0500)\/
,
it should be a birthday date that date is this 30/8/1967 but when i make
echo date("j/m/o", strtotime("-73854000000-0500"));
it returns "30/11/5399"
I got date on this format from an api \/Date(-73854000000-0500)\/
,
it should be a birthday date that date is this 30/8/1967 but when i make
echo date("j/m/o", strtotime("-73854000000-0500"));
it returns "30/11/5399"