Skip to content

Commit

Permalink
UI.DateTimePattern
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jul 25, 2024
1 parent 082489e commit e3ff9cd
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 145 deletions.
9 changes: 9 additions & 0 deletions vocabularies/UI.json
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,15 @@
"TextOnly": 3,
"[email protected]": "Only text is represented, code/ID is hidden (e.g. for UUIDs)"
},
"DateTimePattern": {
"$Kind": "Term",
"$Nullable": true,
"$AppliesTo": ["Property", "Parameter"],
"@Common.Experimental": true,
"@Core.Description": "The point in time represented by the annotated property or parameter shall be shown on the UI in the given pattern",
"@Core.LongDescription": "Date/time patterns are defined in https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table\n If this annotation is absent or null or an empty string, points in time are shown in a default pattern.",
"@Core.RequiresType": "Edm.DateTimeOffset"
},
"Note": {
"$Kind": "Term",
"$Type": "UI.NoteType",
Expand Down
Loading

0 comments on commit e3ff9cd

Please sign in to comment.