Java Calendar isWeekDateSupported() MethodThe isWeekDateSupported() method of Calendar class returns the Boolean value. It checks if this calendar supports the week date. The default value is false. SyntaxParameterNo parameter is passed. ReturnsReturns the Boolean value. ThrowsDoes not throw Exception. Example 1Output: Current Date and Time is Mon Aug 13 21:24:01 PDT 2018 Interpretation is lenient: true NOW Date and Time is Mon Nov 11 21:24:01 PST 1996 Interpretation is lenient: true Example 2Output: week date :2 Is week date supported :true after clearing week date: week date :3 Is week date supported :true week date :3 Is week date supported :true Next TopicJava-calendar-roll-method |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India