Skip to content

Commit ed6ad26

Browse files
authored
update formatter
1 parent 4473122 commit ed6ad26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/development/specific/formatter.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Formatter
22

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.
44

55
```abap
66
@@ -125,4 +125,6 @@ CLASS z2ui5_cl_demo_app_067 IMPLEMENTATION.
125125
126126
ENDCLASS.
127127
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

Comments
 (0)