io.github.mavenreposs.php.functions.strtotime.Matcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of php-functions Show documentation
Show all versions of php-functions Show documentation
php functions for java implement.
package io.github.mavenreposs.php.functions.strtotime;
import java.util.Date;
public interface Matcher {
Date tryConvert(String input, Date date);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy