Page 1 of 1
					
				About Question enthuware.ocajp.i.v8.2.1434 :
				Posted: Fri Mar 27, 2015 10:56 am
				by davidkkkk
				Code: Select all
public String getDateString(LocalDateTime ldt)
{    
    return DateTimeFormatter.ISO_ZONED_DATE_TIME.format(dtd);
}
I understood the question and the point of it but I think it won't compile as is because 
dtd is not defined, should be 
ldt right ?
By the way, I got through Tests from 1 to 6 and it's a really nice job, well done !
 
			 
			
					
				Re: About Question enthuware.ocajp.i.v8.2.1434 :
				Posted: Sat Mar 28, 2015 9:25 pm
				by admin
				You are right. Fixed.
thank you for your feedback!
			 
			
					
				Re: About Question enthuware.ocajp.i.v8.2.1434 :
				Posted: Sun May 03, 2015 6:15 am
				by zevsnoe
				Hi admin.. It looks like a small mistake again here. Just updated the question bank.. It's supposed to be ldt not ltd. Thanks.
			 
			
					
				Re: About Question enthuware.ocajp.i.v8.2.1434 :
				Posted: Sun May 03, 2015 6:22 am
				by admin
				sorry, fixed again 
