24-04-2016, 12:18 PM
Dans ta base de donnée est enregistré : 2016-04-24 00:14:28 et tu veux récupérer un timestamp ?
$ta_variable = strtotime('2016-04-24 00:14:28');
ou bien tu as un timestamp qui doit afficher au final 2016-04-24 00:14:28, dans ce cas
$ta_variable = date('d/m/Y H:i', 1461449668)
non ? Ou sinon je n'ai rien compris haha
bonne journée
$ta_variable = strtotime('2016-04-24 00:14:28');
ou bien tu as un timestamp qui doit afficher au final 2016-04-24 00:14:28, dans ce cas
$ta_variable = date('d/m/Y H:i', 1461449668)
non ? Ou sinon je n'ai rien compris haha
bonne journée