Home » Java Date setTime() Method with Examples

Java Date setTime() Method with Examples

by Online Tutorials Library

Java Date setTime() Method

The setTime() method of Java Date class sets a date object. It sets date object to represent time milliseconds after January 1, 1970 00:00:00 GMT.

Syntax:

Parameters

time: the number of milliseconds

Example 1

Test it Now

Output:

time after settings : Thu Jan 01 05:30:01 IST 1970  

Next Topicjava.util.Date

You may also like