Added references to ISO 8601 and RFC 2282 date/time
This commit is contained in:
parent
9ff60a6f6b
commit
b0e6c2aba3
2 changed files with 16 additions and 6 deletions
|
@ -43,6 +43,6 @@ public class Year implements ValueRenderer {
|
|||
*/
|
||||
@Override
|
||||
public String render(Template template, String valueId, String differentiator) {
|
||||
return ZonedDateTime.now().format(RenderUtils.YEAR_FORMATTER);
|
||||
return ZonedDateTime.now().format(RenderUtils.ISO_8601_YEAR_FORMATTER);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue