codeconsole commented on issue #15164:
URL: https://github.com/apache/grails-core/issues/15164#issuecomment-3438047521
```
grails:
databinding:
dateFormats: # used when parsing posted form fields
- "yyyy-MM-dd'T'HH:mm:ss.SSSX"
- "yyyy-MM-dd'T'hh:mm:ss'Z'"
- "yyyy-MM-dd HH:mm:ss.S z"
- "yyyy-MM-dd HH:mm:ss.S"
- "yyyy-MM-dd'T'HH:mm:ssZ"
- "yyyy-MM-dd'T'HH:mm:ss"
- "yyyy-MM-dd HH:mm:ss"
- "yyyy-MM-dd HH:mm"
- "yyyy-MM-dd"
- "HH:mm:ssZ"
- "HH:mm:ss"
```
and the following from messages.properties
```
default.date.format=EEE, MMM d, yyyy h:mm:ss a, z
default.date.day.format=EEE, MMM d
default.date.time.format=h:mm a
```
@jamesfredley can you please describe what you were referring to here
https://github.com/apache/grails-core/pull/15146#issuecomment-3433028816 Are
these existing configuration values or a proposal?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]