Can anyone explain this 'strange' result?
When I parse a date with the pattern yyyy-ww-E
I get a bad result!!!
pattern: yyyy-ww-E
parse : 2002-48-Sun -> in calendar
format : calendar -> 2002-47-Sun
WHY ?????
The Code:
----------
import java.util.*;
import java.text.*;
public class...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.