Hi guys I want to do a simple date convert without using all the select values steps where you have to shape to date then back to string etc. I just want one javascript as I use it quite often.
How can I convert something like this date format:
yyyy/MM/dd HH:mm:ss.SSS
To this string format:
dd.MM.yyyy
Looking forward to suggestions!
How can I convert something like this date format:
yyyy/MM/dd HH:mm:ss.SSS
To this string format:
dd.MM.yyyy
Looking forward to suggestions!