comme il est mentionné dans le titre (question bête)
comment je peux convertir une chaîne sous format ("dd/mm/yyyy/")
en date time unix ?
merci
comme il est mentionné dans le titre (question bête)
comment je peux convertir une chaîne sous format ("dd/mm/yyyy/")
en date time unix ?
merci
Si tu as PHP5.3 :
http://www.php.net/manual/fr/datetim...fromformat.php
Sinon il faut decouper a la main.
Partager