Javatpoint Logo
Javatpoint Logo

Java Date from() Method

The from(Instant instant) method of Java Date class returns an instance of date which is obtained from an Instant object.

Syntax:

Parameters

instant - It is the instant to convert

Return

It returns a date representing the same point on the timeline as the provided instant.

Exception

NullPointerException will be thrown if instant is null.

IllegalArgumentException will be thrown if the instant is too large to represent as a Date.

Example

Test it Now

Output:

date  : Tue Sep 25 10:27:41 IST 2018

Next TopicJava Util Date





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA