I am trying to get the year to display in my top panel. The %Y should show it but it does not.
%a %b %d %Y, %I:%p
%a %b....
%y
%Y
%a %b %d , %I:%p
%a %b....
)? have you tried%y
or just%Y
?(just for testing) – j-money Feb 27 '19 at 14:46%a %b %d , %I:%p
– j-money Feb 27 '19 at 17:12