You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Per Ejeklint (JIRA)" <ji...@apache.org> on 2011/05/26 12:03:47 UTC

[jira] [Created] (CLK-770) User guide and examples has some wrong date formatting

User guide and examples has some wrong date formatting
------------------------------------------------------

                 Key: CLK-770
                 URL: https://issues.apache.org/jira/browse/CLK-770
             Project: Click
          Issue Type: Bug
          Components: documentation, examples
    Affects Versions: 2.3.0
            Reporter: Per Ejeklint
            Priority: Minor


In the examples (at least in the Ajax examples), and corresponding pages in the user guide, there are date formatting like this

String now = format.currentDate("MMM, yyyy dd HH:MM:ss");

which is wrong. That puts the month number as minutes in the time stamp. Proper formatting would be

String now = format.currentDate("MMM, yyyy dd HH:mm:ss");

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CLK-770) User guide and examples has some wrong date formatting

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

Bob Schellink resolved CLK-770.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1

> User guide and examples has some wrong date formatting
> ------------------------------------------------------
>
>                 Key: CLK-770
>                 URL: https://issues.apache.org/jira/browse/CLK-770
>             Project: Click
>          Issue Type: Bug
>          Components: documentation, examples
>    Affects Versions: 2.3.0
>            Reporter: Per Ejeklint
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.3.1
>
>
> In the examples (at least in the Ajax examples, and the Page Action Link example), and corresponding pages in the user guide, there are date formatting like this
> String now = format.currentDate("MMM, yyyy dd HH:MM:ss");
> which is wrong. That puts the month number as minutes in the time stamp. Proper formatting would be
> String now = format.currentDate("MMM, yyyy dd HH:mm:ss");

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLK-770) User guide and examples has some wrong date formatting

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

Per Ejeklint updated CLK-770:
-----------------------------

    Description: 
In the examples (at least in the Ajax examples, and the Page Action Link example), and corresponding pages in the user guide, there are date formatting like this

String now = format.currentDate("MMM, yyyy dd HH:MM:ss");

which is wrong. That puts the month number as minutes in the time stamp. Proper formatting would be

String now = format.currentDate("MMM, yyyy dd HH:mm:ss");

  was:
In the examples (at least in the Ajax examples), and corresponding pages in the user guide, there are date formatting like this

String now = format.currentDate("MMM, yyyy dd HH:MM:ss");

which is wrong. That puts the month number as minutes in the time stamp. Proper formatting would be

String now = format.currentDate("MMM, yyyy dd HH:mm:ss");


> User guide and examples has some wrong date formatting
> ------------------------------------------------------
>
>                 Key: CLK-770
>                 URL: https://issues.apache.org/jira/browse/CLK-770
>             Project: Click
>          Issue Type: Bug
>          Components: documentation, examples
>    Affects Versions: 2.3.0
>            Reporter: Per Ejeklint
>            Priority: Minor
>
> In the examples (at least in the Ajax examples, and the Page Action Link example), and corresponding pages in the user guide, there are date formatting like this
> String now = format.currentDate("MMM, yyyy dd HH:MM:ss");
> which is wrong. That puts the month number as minutes in the time stamp. Proper formatting would be
> String now = format.currentDate("MMM, yyyy dd HH:mm:ss");

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CLK-770) User guide and examples has some wrong date formatting

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

Bob Schellink reassigned CLK-770:
---------------------------------

    Assignee: Bob Schellink

> User guide and examples has some wrong date formatting
> ------------------------------------------------------
>
>                 Key: CLK-770
>                 URL: https://issues.apache.org/jira/browse/CLK-770
>             Project: Click
>          Issue Type: Bug
>          Components: documentation, examples
>    Affects Versions: 2.3.0
>            Reporter: Per Ejeklint
>            Assignee: Bob Schellink
>            Priority: Minor
>
> In the examples (at least in the Ajax examples, and the Page Action Link example), and corresponding pages in the user guide, there are date formatting like this
> String now = format.currentDate("MMM, yyyy dd HH:MM:ss");
> which is wrong. That puts the month number as minutes in the time stamp. Proper formatting would be
> String now = format.currentDate("MMM, yyyy dd HH:mm:ss");

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira