[Gambas-user] Gambas 3.1 will be released in a few days

Benoît Minisini gambas at ...1...
Mon Apr 2 19:15:45 CEST 2012


Le 02/04/2012 15:06, Jussi Lahtinen a écrit :
> Revision 4591 seems to have bug.
>
> ? Date(2484515)
> 16/05/2002 00:00:00
>
> ? ""&  Date(2484515)
> 05/16/2002
>
> Jussi
>

No, it's normal:

? Date(2484515)
<=> ? Str(Date(2484515))

whereas

? "" &  Date(2484515)
<=> ? Str("" & CStr(Date(2484515)))

-- 
Benoît Minisini




More information about the User mailing list