Hi to all, I am having a problem with datetime field. It does not save the value in the database.
I create a new field of type calendar and save it to Standard|Article|MycolumnnameinDB. I see in the database that its type is varchar 255 by default and when i choose a date and hit save, I get 0000-00-00 00:00:00 in DB. Changed type to datetime, but still getting 0000-00-00 00:00:00 on save. (all construction variables are default: Format Y-m-Y, COM_CCK_Date_Range All, etc).
Could you please help me? It is driving me crazy...