From 72b00e96f6538451feffbd3a00bf7bcc8d21179c Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Mon, 24 Oct 2022 21:27:40 -0400 Subject: [PATCH] fix example date format in config --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c0f9631..e82ac7a 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -100,7 +100,7 @@ messages: # Change the default formatting for dates. # See: https://www.digitalocean.com/community/tutorials/java-simpledateformat-java-date-format -# Example: "dd/mm/yyyy" +# Example: "dd/MM/yyyy" date-format: "M/dd/yyyy" config-version: 3 \ No newline at end of file