Hi Edgardo,
>  
>   Hi all,
>  
>   It's possible that object DateChooserButton give me the date with 
> the following format
>  
>   mm/dd/yyyy
>
The DateChooserButton formats the date according to the current locale.
You can change the locale in the locale manager:

qx.locale.Manager.getInstance().setLocale("es_MX");

Additionally you have to add the used locale and language to the
APPLICATION_LOCALES in your makefile:

APPLICATION_LOCALES = es es_MX

After a rebuild the date chooser button will display the date in the
format of the set locale.


Best Fabian




> -- 
> Edgardo Hernández López
> MSN: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> SKYPE: edgar789
> http://www.edgardos.com.mx
>  
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ------------------------------------------------------------------------
>
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>   


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, 
Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to