[Webkit-unassigned] [Bug 133637] New: new Date().getFullYear().toLocaleString('ar or kr') The results are displayed in a comma.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 9 00:17:00 PDT 2014


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

           Summary: new Date().getFullYear().toLocaleString('ar or kr')
                    The results are displayed in a comma.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: han314 at nate.com


new Date (). getFullYear (). toLocaleString ('ar') 
new Date (). getFullYear (). toLocaleString ('ko') 
new Date (). getFullUTCYear (). toLocaleString ('ar') 
new Date (). getFullUTCYear (). toLocaleString ('ko') 

Currently, the latest version of CHROME, IE, FF, SAFARI the results of running the above code is stamped out a comma. 

I wonder why the comma is visible too.

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



More information about the webkit-unassigned mailing list