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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Aditi Patidar updated OFBIZ-10731:
----------------------------------
    Affects Version/s: 17.12.01
                       Trunk
        Fix Version/s:     (was: 17.12.01)
                           (was: Trunk)

> 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: Deepak 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)