GetUnixFromDate

Description

Converts a given date and time into its unix time equivalent, unix time is the number of seconds since 1st Jan 1970. If not using 64 bit values then the unix time value is limited to 1901 to 2038 for the year.

Definition

integer GetUnixFromDate( year, month, days, hours, minutes, seconds )

Parameters