mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 17:55:35 +00:00
fix year being incorrect
This commit is contained in:
committed by
Jindra Petřík
parent
61f15dce8f
commit
22b3d7d347
@@ -238,7 +238,7 @@ public class ErrorLogFrame extends AppFrame {
|
||||
if (View.isOceanic()) {
|
||||
header.setBackground(Color.white);
|
||||
}
|
||||
SimpleDateFormat format = new SimpleDateFormat("dd/MM/YYYY HH:mm:ss");
|
||||
SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
|
||||
final String dateStr = format.format(new Date());
|
||||
|
||||
JToggleButton copyButton = new JToggleButton(View.getIcon("copy16"));
|
||||
|
||||
Reference in New Issue
Block a user