Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
NekoInverter
EhViewer
Commits
102ee8aa
Unverified
Commit
102ee8aa
authored
Oct 19, 2020
by
Haruko Takeda
Committed by
GitHub
Oct 19, 2020
Browse files
change date format
parent
8c3cfd89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/src/main/java/com/hippo/ehviewer/client/parser/GalleryDetailParser.java
...com/hippo/ehviewer/client/parser/GalleryDetailParser.java
+1
-1
No files found.
app/src/main/java/com/hippo/ehviewer/client/parser/GalleryDetailParser.java
View file @
102ee8aa
...
@@ -77,7 +77,7 @@ public class GalleryDetailParser {
...
@@ -77,7 +77,7 @@ public class GalleryDetailParser {
private
static
final
GalleryTagGroup
[]
EMPTY_GALLERY_TAG_GROUP_ARRAY
=
new
GalleryTagGroup
[
0
];
private
static
final
GalleryTagGroup
[]
EMPTY_GALLERY_TAG_GROUP_ARRAY
=
new
GalleryTagGroup
[
0
];
private
static
final
GalleryCommentList
EMPTY_GALLERY_COMMENT_ARRAY
=
new
GalleryCommentList
(
new
GalleryComment
[
0
],
false
);
private
static
final
GalleryCommentList
EMPTY_GALLERY_COMMENT_ARRAY
=
new
GalleryCommentList
(
new
GalleryComment
[
0
],
false
);
private
static
final
DateFormat
WEB_COMMENT_DATE_FORMAT
=
new
SimpleDateFormat
(
"dd MMMMM yyyy, HH:mm
z
"
,
Locale
.
US
);
private
static
final
DateFormat
WEB_COMMENT_DATE_FORMAT
=
new
SimpleDateFormat
(
"dd MMMMM yyyy, HH:mm"
,
Locale
.
US
);
private
static
final
String
OFFENSIVE_STRING
=
private
static
final
String
OFFENSIVE_STRING
=
"<p>(And if you choose to ignore this warning, you lose all rights to complain about it in the future.)</p>"
;
"<p>(And if you choose to ignore this warning, you lose all rights to complain about it in the future.)</p>"
;
private
static
final
String
PINING_STRING
=
private
static
final
String
PINING_STRING
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment