I would like to change the clock formatting from "Sep 11 5:01 PM" to display "Sunday, 11 September 2022, 5:01 PM".
The current format is:
[Mo] [dd] [(h)h]:[mm] [X]M
and I wish for it to be formatted as:
[Day], [dd] [Month] [yyyy], [hh]:[mm]:[ss] [X]M
How would I go about that?
%A, %d %B %Y, %I:%M:%S %p
should be added in the Format text box. – BeastOfCaerbannog Sep 13 '22 at 20:15