I want to display my current date format like this Format I want
Currently I'm using like this, this is the code in my home.ts
myDate: String = new Date().toISOString();
I display the date in home.html
like this
Date : {{myDate}}
and it show like this Format I don't want
How can I display it like the first image ?
I've done a lot of research and none of it meet my requirement.