<div dir="ltr">Hi, ALL,<div>I am reading data from the DB (mySQL) where the datetime field is stored as:</div><div><br></div><div>2012-12-12 23:59:59.099</div><div><br></div><div>When I retrieve this date I am successfully see under debugger the dateteime object with (2012, 12, 12, 23, 59, 59, 099)</div>
<div><br></div><div>However as you can see from my previous post this date shows up incorrectly as:</div><div><br></div><div>2012-12-12 23:59:59.000099</div><div><br></div><div>Notice 3 extra 0's in the milliseconds field.</div>
<div><br></div><div>How do I display this datetime object properly?</div><div><br></div><div>Thank you.</div><div><br></div></div>