weimingtom / minijoe

Automatically exported from code.google.com/p/minijoe
1 stars 0 forks source link

date.toDateString does not work #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
date.toDateString returns the time portion instead of the date portion. The
bug is in the prototype in JsDate.java. The "toDateString" method should
reference ID_TO_DATE_STRING and not ID_TO_TIME_STRING.

Original issue reported on code.google.com by tbishop...@gmail.com on 9 Jun 2009 at 3:58