What steps will reproduce the problem?
var locale = new v8Locale(navigator.language);
var formatter = locale.createDateTimeFormat({'dateType': 'medium',
'timeType': 'medium'});
var s = formatter.format(someDate);
What is the expected output?
Something like 'Apr 3, 2012 12:23', date with time.
What do you see instead?
Something like 'Apr 3, 2012', i.e. date without time.
What version of the product are you using? On what operating system?
Revision 67, the latest included in Chromium sources.
Original issue reported on code.google.com by oleg@chromium.org on 12 May 2012 at 10:26
Original issue reported on code.google.com by
oleg@chromium.org
on 12 May 2012 at 10:26