http://www.icyphoenix.com/viewtopic.php?f=28&t=6140&p=41565#p41565
-----------------------------------
AndyGpy
Tue 21 Jul, 2009 22:47

How Do You Convert A String To Date
-----------------------------------
Hi Guys, 

I have a string eg - 21/07 which represents a date, i need to upload it to a database in 21/07/09 format, how can i do this with PHP, i know how to update the database, but how do i convert string ( eg 21/07) to a date format ( dd/mm/yy )

regards


