[ 
https://issues.apache.org/jira/browse/OFBIZ-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510705
 ] 

Daniel Martínez commented on OFBIZ-1127:
----------------------------------------

Adrian,

I was checking last trunk's code and your timezone patchs following until 
ObjectType.simpleTypeConvert, and I was surprised that it already took care of 
the locale format.

I was even more surprised to see that locale format is already accepted as 
input at least in the workeffort and tax authority forms (p.e. write 6/07/07 
00:00:00 in my spanish locale) which is exactly what I was trying to do.

It does not work in the order creation forms (order item ship dates p.e.) 
though. I have not had time yet to check for the difference.

Maybe you already knew and I missed something :-P

Thanks

> Modify the form widget to support user locales
> ----------------------------------------------
>
>                 Key: OFBIZ-1127
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1127
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Daniel Martínez
>            Priority: Minor
>
> Modify the form widget to support user parametrized user locales. To support 
> the local dates formats I propose a new Entity LocaleDateFormat which will 
> used by the user to choose his preferred date/time format. This entity will 
> have at least three columns:
> - PK
> - locale, a good list for this the CLDR (http://unicode.org/cldr/)
> - Varchar with date format , as described in javadoc of SimpleDateFormat
> Also, a parameter should be passed to the javascript calendar for it to use 
> the correct format

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to