Hi,
Does anybody know how to split a date that is taken from a MySQL database in PHP?
Basically the date is in the format DD MM YYYY when taken from the database. how can i split this up just to $Day = Dd, $Month = $MM and $Year = YYYY
Any ideas anybody?
I tried using the substr() but it won't wokr for some reason.
Thanks in advance