com.axibase.date.DatetimePatternTester Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of date-processor Show documentation
Show all versions of date-processor Show documentation
Library for manipulating timestamps using Axibase datetime syntax
package com.axibase.date;
public interface DatetimePatternTester {
boolean canParse(String date);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy