// '02/13/2009 23:31:30' this format function toTimestamp(strDate){ var datum = Date.parse(strDate); return datum/1000; }