Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
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); |
Thai |
---|
กระบวนการ |
public static boolean compare(String start, String end, String format)
English |
---|
To check an end date is after a start date. Format following syntax of java.text.SimpleDateFormat. |
Thai |
---|
เพื่อตรวจสอบวันที่สิ้นสุดคือหลังจากวันที่เริ่มต้น จัดรูปแบบไวยากรณ์ต่อไปนี้ของ java.text.SimpleDateFormat |
...