Changes between Initial Version and Version 1 of Ticket #870


Ignore:
Timestamp:
03/18/09 17:41:36 (15 years ago)
Author:
Valik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #870 – Description

    initial v1  
    11Code:
    2 [code]#include <date.au3>
     2{{{
     3#include <date.au3>
    34$timestamp = string(_DateDiff( 's',"1970/01/01 00:00:00",_NowCalc()))
    4 consolewrite($timestamp&@crlf)[/code]
     5consolewrite($timestamp&@crlf)
     6}}}
    57
    68Error: