1
I'm developping a little app that reads data in the XOOPS database. I'm new with my MySQL and I have a little problem with the date format. All the date field seemd to be of the type int(10) For exemple, in the xoops_stories table, I need to read the created field. What is the function in MySQL that would allow me to retrieve this value in a date/time format? I know it isn't a 100% related to XOOPS but I would really appreciate if someone could help me.
Thanks |