Hello,
I finally used the mysql timestamp datatype and it worked but is shows the string like this: 0406141832 which is (YYMMDDHHmm). its ok but in my webpage i cant just display the string like this. i need it to be like "MM DD, HH:mm".
How can i format it to be like this?
or is there any other way to get the time as i want to without have to converting it?