M_K>System.out.println("\nnew SimpleDateFormat: " + new SimpleDateFormat("yyyy.MM.dd").parse("2001.12.21").getYear()); M_K>