How to set date format MM/DD/YYYY searchbuilder date column type?
How to set date format MM/DD/YYYY searchbuilder date column type?
![udaymagdum](https://secure.gravatar.com/avatar/08cd50841bead6cfb469de9f4d5792c5/?default=https%3A%2F%2Fvanillicon.com%2F08cd50841bead6cfb469de9f4d5792c5_200.png&rating=g&size=120)
For rails application i had set below columnDefs for start_date column
columnDefs: [
{ targets: [15], type: "date"}
]
But on searchbuilder datepicker display format as yyyy-dd-mm
How to set format MM/DD/YYYY
This discussion has been closed.
Answers
Currently using nightly build version
These two examples should get you going, they're showing how to set for Moment and Luxon,
Colin