Im trying to output a date from my database but i get lots of 0 in front of the date.
foreach($datas as $data){
echo $data['date'];
}
my output is 0.00000000 1561828107 why is that?
Im trying to output a date from my database but i get lots of 0 in front of the date.
foreach($datas as $data){
echo $data['date'];
}
my output is 0.00000000 1561828107 why is that?