Page 1 of 1

About Question enthuware.ocpjp.v7.2.1449 :

Posted: Mon Sep 23, 2013 3:15 am
by The_Nick
Hi
static DateFormat getInstance()           Get a default date/time formatter that uses the default style for both the date and the time.
It actually get a short style date/time formatter not a default one.

The_Nick.

Re: About Question enthuware.ocpjp.v7.2.1449 :

Posted: Mon Sep 23, 2013 7:24 am
by admin
From the JavaDoc:
Get a default date/time formatter that uses the SHORT style for both the date and the time.
Fixed.

thank you for your feedback!