You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Gareth Carter (JIRA)" <ji...@apache.org> on 2014/11/04 15:17:33 UTC

[jira] [Created] (OFBIZ-5850) <@htmlTemplate.renderDateTimeField does not parse date string based on input format

Gareth Carter created OFBIZ-5850:
------------------------------------

             Summary: <@htmlTemplate.renderDateTimeField does not parse date string based on input format
                 Key: OFBIZ-5850
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5850
             Project: OFBiz
          Issue Type: Bug
    Affects Versions: Trunk
            Reporter: Gareth Carter
            Priority: Critical


Commit 1626419 changed htmlFormMacroLibrary.ftl renderDateTimeField to use Date.parse instead of Date.parseExact.

https://code.google.com/p/datejs/wiki/APIDocumentation states Date.parse will use current CultureInfo for formats but for parsing ISO yyyy-MM-dd from hidden field, need to use parseExact.

I spotted this when CultureInfo was en-GB and selecting 2014-11-01 on any date field (i18n field displays 11/01/2014 instead of 01/11/2014)

For November all days after the 12th display correctly



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)