Hi,
How can I convert the current timestamp ( or any other date of the format 2010-05-21-00.00.00.000000) to an integer. For example, I want to convert 2010-05-21-05.32.42.000000 to 1274419962 ( number of seconds since 1/1/1970)... is there a function that will do this for me?
Thanks so much!