Changes between Initial Version and Version 1 of Ticket #870
- Timestamp:
- 03/18/09 17:41:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #870 – Description
initial v1 1 1 Code: 2 [code]#include <date.au3> 2 {{{ 3 #include <date.au3> 3 4 $timestamp = string(_DateDiff( 's',"1970/01/01 00:00:00",_NowCalc())) 4 consolewrite($timestamp&@crlf)[/code] 5 consolewrite($timestamp&@crlf) 6 }}} 5 7 6 8 Error: