I'm working on an Angular project with DevExtreme. Many DevExtreme components support template to customize how they are shown. I want to customize the display text of a dx-date-box component similar to the other components.
Asked
Active
Viewed 1,459 times
0
-
You need to show your attempt before someone can help you – Adrian Brand Jul 19 '19 at 05:19
1 Answers
1
You can use displayFormat option, like in this example: https://js.devexpress.com/Demos/WidgetsGallery/Demo/DateBox/Formatting/Angular/Light/.

Maxim Yakimovich
- 61
- 2