﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1065	_DateDiff showing 0 days	dash007		"Hi,

Below code shows that the difference in days between the 2 dates is 0.If I change the date to 2009/06/30, then it works fine and shows 11 days. It looks like its to do with '31'.

{{{
#include <Date.au3>

$iDateCalc = _DateDiff( 'D',""2009/06/31"",_NowCalcDate())
MsgBox( 4096, """", $iDateCalc )
}}}
"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
