How to set date format MM/DD/YYYY searchbuilder date column type?

How to set date format MM/DD/YYYY searchbuilder date column type?

udaymagdumudaymagdum Posts: 23Questions: 16Answers: 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

  • udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0

    Currently using nightly build version

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    These two examples should get you going, they're showing how to set for Moment and Luxon,

    Colin

Sign In or Register to comment.