#Remove leading 0s from time
32 messages · Page 1 of 1 (latest)
windows had in settings where you could just replace HH;mm;ss YY;MM;dd with H;mm;ss d;M;YYYY to modify the format
%l (hour - 12hr format 1 to 12) (character is a lowercase L)
then colon (:)
%M (minute)
go to APPLETS
also don't want 12h format
find cal/clock
fucking thank you
there it is
%k
The hour (24-hour clock) as a decimal number (range 0 to 23); single digits are preceded by a blank. (See also %H.) (TZ)
there's a button to show syntax right there
also can do date --help in terminal
last thing I'm kinda curious is what's the diff between format and format for tooltip
what shows up (usually a date) when you hover on the applet