You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Roberto Fasciolo (JIRA)" <ji...@apache.org> on 2007/11/12 18:01:58 UTC

[jira] Created: (WICKET-1150) Allow 24 hours time field in DateTimeField

Allow 24 hours time field in DateTimeField
------------------------------------------

                 Key: WICKET-1150
                 URL: https://issues.apache.org/jira/browse/WICKET-1150
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-datetime
    Affects Versions: 1.3.0-beta4
            Reporter: Roberto Fasciolo


In most European countries the standard date format is 24-hours and not 12-hours + AM/PM. It'd be nice having the time format configurable in the component.

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


[jira] Resolved: (WICKET-1150) Allow 24 hours time field in DateTimeField

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz resolved WICKET-1150.
----------------------------------

    Resolution: Fixed

fixed: as of now, DateTimeField uses the locale specific time format (eg. 12h for Locale.US, 24h for Locale.GERMAN).

you can override DateTimeField#use12HourFormat to eg. always use the 24h format simply by returning false.

feedback is much appreciated.

> Allow 24 hours time field in DateTimeField
> ------------------------------------------
>
>                 Key: WICKET-1150
>                 URL: https://issues.apache.org/jira/browse/WICKET-1150
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>            Reporter: Roberto Fasciolo
>            Assignee: Gerolf Seitz
>
> In most European countries the standard date format is 24-hours and not 12-hours + AM/PM. It'd be nice having the time format configurable in the component.

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


[jira] Updated: (WICKET-1150) Allow 24 hours time field in DateTimeField

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz updated WICKET-1150:
---------------------------------

    Fix Version/s: 1.3.0-rc2

forgot to set the fix version

> Allow 24 hours time field in DateTimeField
> ------------------------------------------
>
>                 Key: WICKET-1150
>                 URL: https://issues.apache.org/jira/browse/WICKET-1150
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>            Reporter: Roberto Fasciolo
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.0-rc2
>
>
> In most European countries the standard date format is 24-hours and not 12-hours + AM/PM. It'd be nice having the time format configurable in the component.

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


[jira] Assigned: (WICKET-1150) Allow 24 hours time field in DateTimeField

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz reassigned WICKET-1150:
------------------------------------

    Assignee: Gerolf Seitz

> Allow 24 hours time field in DateTimeField
> ------------------------------------------
>
>                 Key: WICKET-1150
>                 URL: https://issues.apache.org/jira/browse/WICKET-1150
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>            Reporter: Roberto Fasciolo
>            Assignee: Gerolf Seitz
>
> In most European countries the standard date format is 24-hours and not 12-hours + AM/PM. It'd be nice having the time format configurable in the component.

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