How to customize display Text in date-box Angular?

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.

1

1 Answer

You can use displayFormat option, like in this example: .

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like