All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.personify.iam.model.vault.Test Maven / Gradle / Ivy

There is a newer version: 1.5.2.RELEASE
Show newest version
package be.personify.iam.model.vault;

import java.util.Date;

public class Test {
	
	
	public static void main(String[] args) {
		Date d = new Date();
		d.setTime(1632088800000l);
		
		System.out.println(d);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy