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 910f063 commit 2cfb98cCopy full SHA for 2cfb98c
2 files changed
coverage-report/src/test/java/org/jooby/BuiltinBodyParserFeature.java
@@ -57,6 +57,8 @@ public Object dateBody(final @Body LocalDate d) {
57
58
{
59
60
+ dateFormat("dd-MM-yy");
61
+
62
use(Resource.class);
63
64
post("/optional/int", req -> {
jooby/src/main/resources/org/jooby/jooby.conf
@@ -31,7 +31,7 @@ application {
31
charset = UTF-8
32
33
# date format
34
- dateFormat = dd-MM-yy
+ dateFormat = dd-MMM-yyyy
35
36
# number format, system default. set it at runtime
37
# numberFormat = DecimalFormat.getInstance(${application.lang})).toPattern()
0 commit comments