This commit is contained in:
2023-04-09 21:07:49 +02:00
parent 9330deb75f
commit 285533bb28
6 changed files with 21 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ public class DateUtils {
/**
* Convert String to date.
* @return parsed date, null if exception occurs
* @return parsed date, defaultDate if exception occurs
*/
public static Date convert(String date, Date defaultDate) {
try {