You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Adrian Sud (JIRA)" <ji...@apache.org> on 2010/11/10 23:10:13 UTC

[jira] Created: (WICKET-3158) DateField, DateTimeField classes available, but no TimeField

DateField, DateTimeField classes available, but no TimeField
------------------------------------------------------------

                 Key: WICKET-3158
                 URL: https://issues.apache.org/jira/browse/WICKET-3158
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-datetime
    Affects Versions: 1.4.13
            Reporter: Adrian Sud


There are many instances in which one will want to collect a Time from a user when it is unnecessary to also collect a date.

In wicket-datetime there is a class for DateField and DateTimeField, so that you can collect a date with a time, or a date separately, but no method for collecting a time alone.

Creating the TimeField class from Eelco's DateTimeField class is almost trivially easy, by removing the date portions of the class.

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


[jira] Updated: (WICKET-3158) DateField, DateTimeField classes available, but no TimeField

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

Adrian Sud updated WICKET-3158:
-------------------------------

    Attachment: TimeField.java

A version of Eelco Hillenius' DateTimeField without the Date. This is not my code, but has already been licensed to ASF under the Apache license 2.0.

> DateField, DateTimeField classes available, but no TimeField
> ------------------------------------------------------------
>
>                 Key: WICKET-3158
>                 URL: https://issues.apache.org/jira/browse/WICKET-3158
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.4.13
>            Reporter: Adrian Sud
>         Attachments: TimeField.java
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> There are many instances in which one will want to collect a Time from a user when it is unnecessary to also collect a date.
> In wicket-datetime there is a class for DateField and DateTimeField, so that you can collect a date with a time, or a date separately, but no method for collecting a time alone.
> Creating the TimeField class from Eelco's DateTimeField class is almost trivially easy, by removing the date portions of the class.

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


[jira] Resolved: (WICKET-3158) DateField, DateTimeField classes available, but no TimeField

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

Juergen Donnerstag resolved WICKET-3158.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
         Assignee: Juergen Donnerstag

thanks

> DateField, DateTimeField classes available, but no TimeField
> ------------------------------------------------------------
>
>                 Key: WICKET-3158
>                 URL: https://issues.apache.org/jira/browse/WICKET-3158
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.4.13
>            Reporter: Adrian Sud
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M4
>
>         Attachments: TimeField.java
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> There are many instances in which one will want to collect a Time from a user when it is unnecessary to also collect a date.
> In wicket-datetime there is a class for DateField and DateTimeField, so that you can collect a date with a time, or a date separately, but no method for collecting a time alone.
> Creating the TimeField class from Eelco's DateTimeField class is almost trivially easy, by removing the date portions of the class.

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