References
Spring Expression Language
See the SpEL Language Reference.
DateTimeFormatter patterns
The following common pattern symbols are extracted from Java documentation. For a complete list, see Class DateTimeFormatter.
| Symbol | Meaning | Examples | 
|---|---|---|
| 
 | year-of-era | 
 | 
| 
 | day-of-year | 
 | 
| 
 | month-of-year | 
 | 
| 
 | day-of-month | 
 | 
| 
 | quarter-of-year | 
 | 
| 
 | week-of-month | 
 | 
| 
 | day-of-week | 
 | 
| 
 | am-pm-of-day | 
 | 
| 
 | clock-hour-of-am-pm (1-12) | 
 | 
| 
 | hour-of-am-pm (0-11) | 
 | 
| 
 | clock-hour-of-am-pm (1-24) | 
 | 
| 
 | hour-of-day (0-23) | 
 | 
| 
 | minute-of-hour | 
 | 
| 
 | second-of-minute | 
 |