我定义了一个日期格式SimpleDateFormat bartDateFormat =new SimpleDateFormat("yyyy-MM-dd");
我写IF判断的时候 怎么判断JTextField里写的日期格式和我定义的一样?
用正则表达式