You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Andrey Rybin (JIRA)" <ji...@apache.org> on 2010/04/21 20:59:50 UTC

[jira] Created: (CLK-664) DateField's js Today link doesn't clean seconds field

DateField's js Today link doesn't clean seconds field
-----------------------------------------------------

                 Key: CLK-664
                 URL: https://issues.apache.org/jira/browse/CLK-664
             Project: Click
          Issue Type: Bug
          Components: extras
    Affects Versions: 2.2.0
            Reporter: Andrey Rybin


Src:
dateField.setFormatPattern("yyyy.MM.dd HH:mm:ss");

build, run:
click Calendar image for Calendar popup, select date (ex: 2010.04.29 22:57:06), click Today and
you will see 2010.04.21 00:00:06 instead of 2010.04.21 00:00:00


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


[jira] Resolved: (CLK-664) DateField's js Today link doesn't clean seconds field

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

Bob Schellink resolved CLK-664.
-------------------------------

         Assignee: Bob Schellink
    Fix Version/s: 2.2.0
       Resolution: Fixed

fix checked in. Clicking 'today' will set seconds back to zero, while clicking 'now' will update seconds

> DateField's js Today link doesn't clean seconds field
> -----------------------------------------------------
>
>                 Key: CLK-664
>                 URL: https://issues.apache.org/jira/browse/CLK-664
>             Project: Click
>          Issue Type: Bug
>          Components: extras
>    Affects Versions: 2.2.0
>            Reporter: Andrey Rybin
>            Assignee: Bob Schellink
>             Fix For: 2.2.0
>
>
> Src:
> dateField.setFormatPattern("yyyy.MM.dd HH:mm:ss");
> build, run:
> click Calendar image for Calendar popup, select date (ex: 2010.04.29 22:57:06), click Today and
> you will see 2010.04.21 00:00:06 instead of 2010.04.21 00:00:00

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