Hello All,
My current project involves 'migrating' an existing PHP Web Based App to Joomla! 1.7 and I'm using Cook to create my Component.
As I'm creating the Tables (and there are some 20 or so of them) I'm not certain what to do with fields in my existing MySQL schema that have 'date' values and are formatted as INTEGER(10).
Should I build the Table in Cook using the DATE Data Type OR should I keep the fields as INTEGER?
Obviously I will be doing some calculations etc. in my Module and Component, so which is the best way ahead?
P.S. For those unfamiliar with Unix Time Stamp as a value please see:
www.unixtimestamp.com
So, my existing Field has an Integer(10) such as 1311256800 which is calculated as 07 / 21 / 11 @ 9:00:00am EST
Thank you!
Ed.