I get dates from backend as data format "12/2019" and would like to convert in the format "Dez / 2019" ("Dez" in German, "Dec" in English). Has anyone an idea?
Snippet from my XML view:
<cells>
<Text text="{Period}" />
<!-- ... -->
<cells>
Period
is an OData V2 entity property and its EDM type is String.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…