So I'm trying to call strtotime function inside ajax looping but i dont knw hw to call it ive surf everywhere , n i cant find 1 thread about date(strtotime) in ajax .
heres my code, it return 01 Jan 1970 for every record loop
'<p> <?php echo date("d M Y",strtotime('+ data[i].date_event +')) ?> </p>' +
I guess php won't work inside ajax function, is it? any solution, my last solution is change it to php looping