Ticket #216: Ticket_DateDiff.au3

File Ticket_DateDiff.au3, 108 bytes (added by MichaelStF, 16 years ago)

shows that _DateDiff is not recognized by the Lexer

Line 
1#include <Date.au3>
2$XXX =_DateDiff ( $sType, $sStartDate, $sEndDate )
3$YYY = _DateAdd('D', -5, $NewDate )