Hey all,
I'm just wondering, how can I (is there an easy way?) to convert a date inputted as 3 vars (day, month and year) into a unix timestamp (seconds since epoch)?
This is to store in a database, and then be retrieved and displayed as a normal date from the seconds since epoch value.
Times aren't needed, just the date (dd/mm/yyyy).
Any help will be greatly appreciated ;