[Gambas-user] WebDateChoose does not always show all days of the month

Benoît Minisini g4mba5 at gmail.com
Thu Mar 3 23:27:41 CET 2022


Le 03/03/2022 à 19:18, André LOEWEN a écrit :
> Hello,
> 
> For some dates the WebDateChooser does not show all days of the month.
> Example: For May 2022, the days 30.5.2022 and 31.5.2022 are missing and 
> unfortunately cannot be selected in the next month.
> 
> The error is probably in:
> Public Sub panCalendar_Render() of the WebDateChooser class.
> 
> For Y = 1 to 5 ... NEXT (about line 162)
> shall be replaced by For Y = 1 To *6*...NEXT
> 
> This fix works fine for me.
> 
> Kind Regards
> 
> André
> 

Thanks for the fix, merged in master.

Regards,

-- 
Benoît Minisini


More information about the User mailing list