static long parseWithDateFormat(SimpleDateFormat format, S s) ctex { ret empty(s) ? 0 : format.parse(s).getTime(); }