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

polyfills.Date.now.raw.js Maven / Gradle / Ivy

The newest version!

// Date.now
Date.now = function now() {
	return new Date().getTime();
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy