Topic by manal Abou nader
Content
I am trying to save a certain date using php from a controller file, i saw that in the documentation that the date format is ISO 8601 and it is like this :
1289894400
If i have a date (ex: 29-12-2010) how to convert it to the same format in order to save it in the database?