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

test.Test Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package test;

public class Test {
	public static void main(String a[]){
		long orig = 524185200000L;
		long imp  = 524268000000L;
		long diff = imp-orig;
		
		System.out.println(diff/3600/1000);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy