You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/specific/formatter.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Formatter
2
2
3
-
You can format values like Currencies, Numerics or Times directly at the frontend with formatter functions:
3
+
You can format values such as currencies, numerics, or timestamps directly in the frontend using formatter functions.
4
4
5
5
```abap
6
6
@@ -125,4 +125,6 @@ CLASS z2ui5_cl_demo_app_067 IMPLEMENTATION.
125
125
126
126
ENDCLASS.
127
127
128
-
```
128
+
```
129
+
130
+
Formatter types like `sap.ui.model.type.Currency` and `sap.ui.model.odata.type.String` allow flexible formatting using formatOptions and constraints. You can also check out the sample implementation in class `z2ui5_cl_demo_app_067`.
0 commit comments