[Gambas-user] Why the dots don't do it ?
Benoit Minisini
gambas at ...1...
Wed Jan 4 01:07:39 CET 2006
On Tuesday 03 January 2006 21:58, Charlie Reinl wrote:
> Salut,
>
> gambas2-1.9.23
>
> ? Format(CDate("10/10/05"), "dd.mm.yyyy")
> 10102005
>
> ? Format(CDate("10/10/05"), "dd,mm,yyyy")
> 10,10,2005
>
>
> ? Format(CDate("10/10/05"), "dd/mm/yyyy")
> 10.10.2005
>
> ? Format(CDate("10/10/05"), "dd mm yyyy")
> 10 10 2005
>
> Amicalment
> Charlie
>
Good question :-)
'.' is the format character for printing the milliseconds. Now I can see that
it was a very bad idea of not using a letter!
I think I will replace the point by... I don't know. Why not 'u' ? It is a bit
like 'µ' which means 'micro'.
Regards,
--
Benoit Minisini
More information about the User
mailing list