You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ankit Jain (JIRA)" <ji...@apache.org> on 2010/05/17 07:51:43 UTC

[jira] Updated: (OFBIZ-3544) Incorrect Data Format

     [ https://issues.apache.org/jira/browse/OFBIZ-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ankit Jain updated OFBIZ-3544:
------------------------------

    Attachment: date.patch

Here is the patch which solves the issue,

As i found that Date needs to be converted to string to override the default date format of freemarker

as in ecommerce/customer/viewprofile.ftl

More info: http://freemarker.sourceforge.net/docs/ref_builtins_date.html

Thanks :)



> Incorrect Data Format
> ---------------------
>
>                 Key: OFBIZ-3544
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3544
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 09.04
>         Environment: IE
>            Reporter: Koon Sang
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 09.04
>
>         Attachments: date.patch
>
>
> After login to Ecommerce, go to Profile and update Personal Information.  Enter a valid date for Birth Date and Passport Expire Date (format: yyyy-mm-dd).  Click "Save".  Once back to the main screen, click on "Update" again to update the Personal Information.  You will see that the two dates are displayed in wrong date formats, e.g. "Aug 25, 1972".  So, the date is formatted wrongly somewhere.

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