TVClock APP
About custom date formats:
The following tokens can be used:
d - day
E - day of the week
M - month
y - year
'dd', 'MM', 'yy' use double digits for their values (e.g. 05 for 5)
'MMM', 'EEE' show shorthand names (e.g. Dec, Jan, Wed, Fri)
'MMMM', 'EEEE' show full names (e.g. December, January, Wednesday, Friday)
'yyyy' shows the year in 4 digits
You can mix these with symbols as well.
Using 5th December 2017, here are some examles:
dd-MM : 05-12
d,MMM,yy : 5,Dec,17
dd-MM-yyyy EEE: 05-12-2017 Tue
dd/MM EEEE: 05/12 Tuesday