I am currently struggling with date format...
I am French, and I need to display the data as DD/MM/YYYF in a table.
I use the js : moment(self).format('DD/MM/YYYY') as suggested in the moment.js doc and it seems to work !
However, the date in the table are reformatted into another format ... (mixing the day and month btw).
Could someone help me on that, I would really appreciate it !
@ScottR A mentionned in my first post, I can format the date but the table won't display the date as I want!
I think now you fully understand where I'm stuck !
I need to keep the format as Date because I need the user to enter only dates.
If it's in auto, the user will be able to insert text and I don't want that !