You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2018/12/22 09:13:00 UTC

[jira] [Commented] (OFBIZ-10731) Type is missing while display of date and date-time fields in grids and forms

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

Pierre Smits commented on OFBIZ-10731:
--------------------------------------

This is not a bug, as it works both ways. It is a choice (influenced  by business requirements/expectations). And it applies not only to 'Trunk' and '17.12.01', but to all branches and releases.

> Type is missing while display of date and date-time fields in grids and forms
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-10731
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10731
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Trunk, 17.12.01
>         Environment:  
>  
>            Reporter: Aditi Patidar
>            Assignee: Saurabh Dixit
>            Priority: Major
>
> This is required to change the date format as per locale selected.
> Here is the current code snippet :
> {code:java}
> <field name="dateAcquired" sort-field="true"><display/></field>
> <field name="effectiveDate"><display/></field>
> {code}
> Expected one:
> {code:java}
> <field name="dateAcquired" sort-field="true"><display type="date"/></field>
> <field name="effectiveDate"><display type="date-time"/></field>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)