You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2010/07/24 14:48:51 UTC

[jira] Issue Comment Edited: (OFBIZ-3843) Localized date format for end user

    [ https://issues.apache.org/jira/browse/OFBIZ-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891975#action_12891975 ] 

Jacques Le Roux edited comment on OFBIZ-3843 at 7/24/10 8:48 AM:
-----------------------------------------------------------------

Patrick,

Tip: use { code} around you code to make it legible (I put a white space before the code word to make it appears
Note: you can even Edit your comment (you are the sole person to be able to)

Nicolas,

I applied the patch. There are some problems:
# see attached screenshots
# you should not put these values as default properties in general.properties (what if someone needs another format?)

      was (Author: jacques.le.roux):
    Patrick,

Tip: use { code} around you code to make it legible (I put a white space before the code word to make it appears

Nicolas,

I applied the patch. There are some problems:
# see attached screenshots
# you should not put these values as default properties in general.properties (what if someone needs another format?)
  
> Localized date format for end user
> ----------------------------------
>
>                 Key: OFBIZ-3843
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3843
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Priority: Minor
>         Attachments: date-localized.patch, With the patch.jpg, Without patch (in trunk demo).jpg
>
>
> Many French end users don't want to use this date format : yyyy-mm-dd.
> To make a better user friendly OFBiz interface, I've added the possibility to configure in general.properties a localized date format. OFBiz use localized format (as dd/mm/yyyy) for all interactions with users but keep universal format for its framework. It's then possible to set date with unniversal or localized format.
> What's working : 
>   * Dates in screen engine : display, date-find, date-time
>   * performFind
>   * Service call
> Know problem : 
>   * I don't find how to configure js calendar to support this functionality
> It's possible that my solution isn't the best one to do that. But I'm open to all comment 

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