[Gambas-user] DateChooser1.Month = Month(Now()) = ERROR (Invalid date)

Benoît Minisini gambas at ...1...
Sat Feb 1 17:24:17 CET 2014


Le 01/02/2014 14:40, Benoît Minisini a écrit :
> Le 01/02/2014 14:12, abbat81 a écrit :
>> I don't understand. It always worked good.
>> But not today.
>>
>> DateChooser1.Month = Month(Now())
>> DateChooser1.Month = 2
>>
>> Public Sub Button1_Click()
>> DateChooser1.Month = 2 'Month(Now())
>> End
>>
>> = error (Invalid date) (2 and more time to press)
>>
>>
>> DateChooser1.Month = 3
>> =OK
>>
>> I tjink it's a bug
>>
>
> I confirm...
>

The bug is fixed in revision #6118. Moreover, DateChooser gets a 
MinValue and MaxValue property.

-- 
Benoît Minisini




More information about the User mailing list