我不想转换此日期,我只想检查输入的字符串是否符合所需的日期格式。 我尝试了以下. Date date = null; try { date = new SimpleDateFormat("dd/MM/yyyy") ...
確定! 回上一頁