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

jscover.util.DateTimeImpl Maven / Gradle / Ivy

There is a newer version: 2.0.20
Show newest version
package jscover.util;

import java.util.Date;

public class DateTimeImpl implements DateTime {
    public Date getDate() {
        return new Date();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy