You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Rainer Döbele (JIRA)" <em...@incubator.apache.org> on 2013/09/05 11:10:52 UTC

[jira] [Resolved] (EMPIREDB-177) Improve Date entry

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

Rainer Döbele resolved EMPIREDB-177.
------------------------------------

       Resolution: Fixed
    Fix Version/s: empire-db-2.4.2

The date-format can be specified either using the Format Attribute of the <e:input> and <e:control> tags or Setting a column Attribute named "format:date".
Example:
<e:input ... format="date-format:yyyy-MM-dd HH:mm:ss" 
or 
DBColumn date = addColumn(...);
date.setAttribute("format:date", "yyyy-MM-dd HH:mm:ss" );
                
> Improve Date entry
> ------------------
>
>                 Key: EMPIREDB-177
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-177
>             Project: Empire-DB
>          Issue Type: Improvement
>          Components: JSF2 Extensions
>    Affects Versions: empire-db-2.4.2
>            Reporter: Rainer Döbele
>            Assignee: Rainer Döbele
>            Priority: Minor
>             Fix For: empire-db-2.4.2
>
>
> Improve Date and DateTime entry by allowing custom pattern (rather than just the default sort, medium, long).
> Also allow adding to display a input hint for fields e.g. to specify the desired date format pattern.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira