Hi!
On my client’s site I use a unix timestamp number in the database to track the date of a news entry. When displaying it, I convert it to a readable DD.MM.YYYY format via the Date() function. Now the thing is, the client now wants to be able to update the date. How would I convert it from a manually entered date via a form to a unix timestamp date in order to save it for a database? Thanks.