date conversion
Posted: 24 Sep 2010, 07:42
Hi,
I posted this http://www.mantisbt.org/forums/viewtopi ... =3&t=12010 and I'm able to upgrade mantis 1.1.4 to 1.2.3.
While checking the changes, I noticed that the DATES data type change to integer and changed data to timestamp equivalent.
What I need is, a procedure that the mantis 1.2.3 use to do this. I need it because we got a lots of customize in mantis and I would like
to follow the mantis did in the database.
to summarize, I need a fastest procedure that will convert and stored data with datetime datatype to timestamp as integer.
I posted this http://www.mantisbt.org/forums/viewtopi ... =3&t=12010 and I'm able to upgrade mantis 1.1.4 to 1.2.3.
While checking the changes, I noticed that the DATES data type change to integer and changed data to timestamp equivalent.
What I need is, a procedure that the mantis 1.2.3 use to do this. I need it because we got a lots of customize in mantis and I would like
to follow the mantis did in the database.
to summarize, I need a fastest procedure that will convert and stored data with datetime datatype to timestamp as integer.