MidPoint Expression Language strftime Formatting
|
MidPoint Expression Language feature
This page is an introduction to MidPoint Expression Language midPoint feature.
Please see the feature page for more details.
|
Following formatting clauses can be used in MEL strftime and strptime functions:
| Conversion character | Meaning | Example |
|---|---|---|
|
The day of the month as a decimal number (range 01 to 31). |
|
|
The hour as a decimal number using a 24-hour clock (range 00 to 23). |
|
|
The month as a decimal number (range 01 to 12). |
|
|
The minute as a decimal number (range 00 to 59). |
|
|
The second as a decimal number (range 00 to 60). (The range is up to 60 to allow for occasional leap seconds.) |
|
|
The year as a decimal number without a century (range 00 to 99). |
|
|
The year as a decimal number including the century. |
|
|
The +hhmm or -hhmm numeric timezone (that is, the hour and minute offset from UTC). |
|
|
The timezone name or abbreviation. |
|
Examples
| Pattern | Example |
|---|---|
|
|
|
|