Am Freitag, den 28.08.2015, 19:43 +0300 schrieb Jussi Lahtinen:
> The point was, how do I test whether Format function works in some other
> language than what I'm currently using?
> Month names are not any bigger problem than the separators. How do I know
> which is the correct separator?
> 
> 
> Jussi
> 
Salut Jussi,

correct me if I go wrong, I still don't see for what we need the
localization.
Having a Date or Date/Time and we want to format it, where we need
localisation there for.

Using german date is Format(now(),"dd.mm.yyyy") but I also can write
Format(now(),"mm/dd/yyyy") or Format(now(),"dd-mm-yyyy") but also
Format(now(),"dd;mm;yyyy") yes that should work (it's a ';' not a ':')
Please enlighten me, I can't see the usage of localization in that
converting.


-- 
Amicalement
Charlie


------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to