Displaying Month Day Year using Clock Widget?

Does anyone know how to get the Month to display in the clock widget?

I can get dd:yyyy = Day and Year but mmm doesn’t display Month

hh:mm:ss = Hour:Minute:Second

Thanks

use capital Ms for month

dd-MMM-yyyy HH:mm:ss = 22-Aug-2017 08:09:10
dd-MM-yyyy HH:mm:ss = 22-08-2017 08:09:10

https://docs.angularjs.org/api/ng/filter/date

4 Likes