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

com.github.endoscope.util.DateUtil Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.github.endoscope.util;

import java.util.Date;

public class DateUtil {
    public Date now(){
        return new Date();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy