How do I add the weekday and month day to the Status Bar before the clock? #726
-
Hi! As the title states, how do I add the weekday and month day to the Status Bar before the clock? E.g. Fri 11 (Time) I went into the menus: Status Bar I read the instructions "Custom text before clock" $G<E,dd> to no avail. Can you please tell me what I'm doing wrong? Thank you in advance for your help 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need to add $G before EVERY date part $GEEE for weekdays You basically didn't read Java Date Format or you would have known it ;) |
Beta Was this translation helpful? Give feedback.
You need to add $G before EVERY date part
$GEEE for weekdays
$Gdd for days
$Gyyyy for years
and etc
You basically didn't read Java Date Format or you would have known it ;)