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

website.magyar.mitm.idgenerator.CurrentDateProvider Maven / Gradle / Ivy

package website.magyar.mitm.idgenerator;

import java.util.Date;

/**
 * Class that can provide the current date.
 *
 * @author Tamas Kohegyi
 */
public class CurrentDateProvider {

    public Date getCurrentDate() {
        return new Date();
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy