Hi, I am struggling with setting the format of dateCreated
(the date when the account was created) to DD-MM-YYYY.
In my Vue page, the code looks like this:
https://i.sstatic.net/8SSAE.png
The issue is that the website displays the date in the format shown here:
https://i.sstatic.net/446nK.png
I do not want it to display as YYYY-MM-DD T HH-MM-SS-SSS. Instead, I just want DD-MM-YYYY. Below is the mysql column for dateCreated
:
https://i.sstatic.net/kGFux.png
Any help would be greatly appreciated. Thank you!