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

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

     [ 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