Let's say for instance I have a date that is sent to me like this: 2011-12-14 16:28:14
How can I remove the time at the end and only keep the date using php?
Any help would be appreciated.
Let's say for instance I have a date that is sent to me like this: 2011-12-14 16:28:14
How can I remove the time at the end and only keep the date using php?
Any help would be appreciated.