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

js.dates.js Maven / Gradle / Ivy

The newest version!
function getDate(date) {
    let millis = Date.parse(date);
    return new Date(millis).toUTCString()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy