﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1701	Bug in date control	card0384@…		"When i need following code:


{{{
#include <GUIConstants.au3>
#include <WindowsConstants.au3>
#include <DateTimeConstants.au3>

$GUI = GUICreate(""Test"", 1024, 768, 0, -1, $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS)
$AuswertEnde = GUICtrlCreateDate(""2010/05/31"", 391, 586, 100, 23, $DTS_UPDOWN)
GUICtrlSendMsg(-1, 0x1032, 0, ""MM.yyyy"")
While 1
    $msg = GUIGetMsg()
    Select
        Case $msg = $GUI_EVENT_CLOSE
            ExitLoop
    EndSelect
WEnd
GUIDelete()
Exit
}}}

then i can not view any Months with less than 31 Days.
For example Februar, Juni etc."	Bug	closed		AutoIt	3.3.6.1	None	No Bug		
