Title |
User |
Message |
Date Posted |
Re: java.time.format does not exist? |
jargon |
That's only in the Java 8 SDK. The judge uses Java 7. |
Sep 17, 2017 - 1:13:52 am UTC |
java.time.format does not exist? |
Jasonshenzhen |
Can you let me know how to fix the compiling issue? ccc99s2.java:7: error: package java.time.format does not exist import java.time.format.DateTimeFormatter; Thank you. |
Sep 15, 2017 - 2:56:25 am UTC |
Re: Test case error |
jargon |
The third format could be more accurately stated as "Month dd, yy". |
Jan 02, 2012 - 3:31:41 am UTC |
Test case error |
Karthik |
The instructions indicate that there is a comma after the month for the 3rd date format, so it wouldn't detect the 2nd date in the first line of the test case. So shouldn't the output be: Before 02/... |
Jan 02, 2012 - 12:59:15 am UTC |