Hi,
I have some forms being saved to the database however the date field is showing up as for example.
1315428452 which to me is very much like a unix timestamp. On checking this converts to Wed, 07 Sep 2011 20:47:32 GMT. How can I have the date field store or send out the correct format to the customer? Presently the fields are set as VARCHAR.
Thanks in advance
PS forgot to say both items on the form saving unix timestamps are using the mootools calendar item.
I have some forms being saved to the database however the date field is showing up as for example.
1315428452 which to me is very much like a unix timestamp. On checking this converts to Wed, 07 Sep 2011 20:47:32 GMT. How can I have the date field store or send out the correct format to the customer? Presently the fields are set as VARCHAR.
Thanks in advance
PS forgot to say both items on the form saving unix timestamps are using the mootools calendar item.