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
Posts: 24Questions: 17Answers: 0
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
Answers
Currently using nightly build version
These two examples should get you going, they're showing how to set for Moment and Luxon,
Colin