search for: po_dat

Displaying 1 result from an estimated 1 matches for "po_dat".

Did you mean: popdat
2006 Aug 04
1
Parsing Dates bewilderment
...ms like a very trivial issue, but it is causing hours of frustration. I am hoping that an extra thousand or so sets of eyes will point out where I am obviously making a newbie mistake. I have the following string: "08-04-2006" representing August 4, 2006 I set my attribute ''po_date'' equal to this string and then save it to the database. My ''po_date'' is in a MySQL database with a column type of ''datetime''. When the record is saved to the database, the value is saved as: "2006-04-08" representing April 8, 2006 Is the...