Java Date from() MethodThe from(Instant instant) method of Java Date class returns an instance of date which is obtained from an Instant object. Syntax:Parametersinstant - It is the instant to convert ReturnIt returns a date representing the same point on the timeline as the provided instant. ExceptionNullPointerException will be thrown if instant is null. IllegalArgumentException will be thrown if the instant is too large to represent as a Date. ExampleTest it NowOutput: date : Tue Sep 25 10:27:41 IST 2018 Next TopicJava Util Date |
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