Page 1 of 1

About Question enthuware.ocpjp.v11.2.3520 :

Posted: Fri Nov 27, 2020 11:37 am
by olsongrant
Found what I believe is a minor typo that nonetheless has some significance in this obviously technical, nit-picky, testing environment:
The prompt lacks the word "day", while the format in all of the answer choices includes the word day.

the prompt:
Saturday 1st of January 2000

the correct answer choice:
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("eeee d'st day of' MMMM yyyy"); String s = dtf.format(d);

Re: About Question enthuware.ocpjp.v11.2.3520 :

Posted: Fri Nov 27, 2020 9:47 pm
by admin
You are right. Fixed.
thank you for your feedback!