Любые подсказки о том, как это исправить: < /p>
SimpleDateFormat df = new SimpleDateFormat("yyyy/mm/dd hh:24mi:ss");
< /code>
Исключение: < /p>
Exception in thread "main" java.lang.IllegalArgumentException: Illegal pattern character 'i'
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:696)
at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:515)
at java.text.SimpleDateFormat.(SimpleDateFormat.java:464)
at java.text.SimpleDateFormat.(SimpleDateFormat.java:445)
at CopyEJ.CopyEJ.main(CopyEJ.java:105)
Подробнее здесь: https://stackoverflow.com/questions/173 ... rmat-error