PeJaKo
Info - macOS - Programming, Tips and Tricks
Home
macOS
Programming
Miscellaneous
U bevindt zich hier:
Start
|
Programming
|
PHP
|
convert a date variable into another format (php)
Afdrukken
Details
Geschreven door
Blog Editor
Categorie:
PHP
Gepubliceerd: 17 april 2016
Laatst bijgewerkt: 29 april 2018
Hits: 3005
Convert a date variable into another (local) format
date("d-m-Y", strtotime($rows['datum']))
date("d-m-Y", strtotime($var))
Vorige
Volgende