mirror of https://github.com/zlatinb/muwire
24-hour format of chat timestamps
parent
1818fd88a8
commit
e6e7dbf13d
|
@ -24,7 +24,7 @@ import java.util.function.Function
|
|||
|
||||
class ChatEntry extends JTextPane {
|
||||
|
||||
private static final SimpleDateFormat SDF = new SimpleDateFormat("dd/MM hh:mm:ss")
|
||||
private static final SimpleDateFormat SDF = new SimpleDateFormat("dd/MM HH:mm:ss")
|
||||
|
||||
private static final char AT = "@".toCharacter()
|
||||
private static final char EQUALS = "=".toCharacter()
|
||||
|
|
Loading…
Reference in New Issue