Bug 98118 - Implement LocaleICU::dateFormat
Summary: Implement LocaleICU::dateFormat
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on: 98109
Blocks: 97997
  Show dependency treegraph
 
Reported: 2012-10-01 22:54 PDT by Kent Tamura
Modified: 2012-10-02 18:38 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.42 KB, patch)
2012-10-02 00:11 PDT, Kent Tamura
no flags Details | Formatted Diff | Diff
Patch 2 (2.42 KB, patch)
2012-10-02 01:58 PDT, Kent Tamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-10-01 22:54:32 PDT
Implement LocaleICU::dateFormat
Comment 1 Kent Tamura 2012-10-02 00:11:46 PDT
Created attachment 166625 [details]
Patch
Comment 2 Kent Tamura 2012-10-02 00:32:02 PDT
Comment on attachment 166625 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=166625&action=review

> Source/WebCore/platform/text/LocaleICU.cpp:419
> +        return ASCIILiteral("dd/mm/yyyyy");

Oops, mm -> MM
Comment 3 Kent Tamura 2012-10-02 01:58:17 PDT
Created attachment 166645 [details]
Patch 2

mm -> MM.  yyyyy -> yyyy
Comment 4 WebKit Review Bot 2012-10-02 18:38:13 PDT
Comment on attachment 166645 [details]
Patch 2

Clearing flags on attachment: 166645

Committed r130244: <http://trac.webkit.org/changeset/130244>
Comment 5 WebKit Review Bot 2012-10-02 18:38:16 PDT
All reviewed patches have been landed.  Closing bug.