Add AM/PM description to Timestamp Plugin Config (#10920)

This commit is contained in:
Skyler Olds
2020-03-01 16:23:41 -07:00
committed by GitHub
parent 3412ac511a
commit 892985f6e7

View File

@@ -59,7 +59,8 @@ public interface TimestampConfig extends Config
"'HH' : hour in 24 hour format<br>" +
"'hh' : hour in 12 hour format<br>" +
"'mm' : minute<br>" +
"'ss' : second"
"'ss' : second<br>" +
"'a' : AM/PM"
)
default String timestampFormat()
{