We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d3a1c commit 150c59cCopy full SHA for 150c59c
SimpleDateFormatExamples.java
@@ -11,7 +11,7 @@ public static void main(String[] args) {
11
System.out.println(sdf1.format(date));
12
13
//Thursday 23 January 2020 22:17:54
14
- SimpleDateFormat sdf2 = new SimpleDateFormat("EEEEE DD MMMMM yyyy HH:mm:ss");
+ SimpleDateFormat sdf2 = new SimpleDateFormat("EEEEE dd MMMMM yyyy HH:mm:ss");
15
System.out.println(sdf2.format(date));
16
17
//Thu, 23 Jan 2020 22:20:46 MSK
0 commit comments