Table of Contents |
---|
English |
---|
Description |
Thai |
---|
ลักษณะ |
- org.joget.commons.util.DateUtil
- Under wflow-commons module
- Utility methods to deal with date value
...
Code Block | ||
---|---|---|
| ||
import org.joget.commons.util.DateUtil; String dateValue = "2015-06-01"; String format = "yyyy-MM-dd"; //check the format boolean valid = DateUtil.validateDateFormat(dateValue, format); |
Methods
Thai |
---|
กระบวนการ |
compare
public static boolean compare(String start, String end, String format)
...