Hi guys my application parses text files where date values are stored in the format: DDMMMYYYY eg: 12MAR2009.
I noticed that inserting this value as it is into a database datetime value doesn't work at all. How do I convert this into a datetime value which can be entered into a database. My application is in php.