[Webkit-unassigned] [Bug 21801] New: YUI date formatting JavaScript puts the letter 'd' in place of the day

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 22 09:41:33 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21801

           Summary: YUI date formatting JavaScript puts the letter 'd' in
                    place of the day
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://developer.yahoo.com/yui/examples/datatable/dt_bas
                    ic_clean.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nate at natesilva.com


SUMMARY

When using the YUI DataTable object, a column formatted as:

  {key:'date', formatter:YAHOO.widget.DataTable.formatDate, 
                  sortable:true, resizeable:true}

...shows the date incorrectly. For example, a date which should be shown as
"03/24/1980" is instead shown as "03/d/1980".

This does not happen on Safari 3, but it does happen on the latest WebKit
nightly (r37764).

STEPS TO REPRODUCE

Go to the Yahoo UI example at:
http://developer.yahoo.com/yui/examples/datatable/dt_basic_clean.html


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list