This is my first post here so my apologies if I’ve screwed something up. I have looked around, but don’t see anything on this particular question.
I’m trying to use an apostrophe when entering a custom date format, but the apostrophe seems to cancel out any formatting placed after it. For example:
ddd MMM d yy produces the result “Thu Oct 10 24,” which is close to what I want. I simply want to add an apostrophe as follows:
ddd MMM d 'yy
Which should produce “Thu Oct 10 '24.” However, what happens is I just get “yy” after the apostrophe. Is there an escape character I should be using?
I’m using the default digital clock widget on Plasma 6.2 (upgraded recently from 6.1 via KDE Neon).
Nah, I don’t think you’ll be able to use it ( unless I’m mistaken of course). You have a time format doc in that window but you won’t find it there. There’s stuff that can be done and some…not.
All other input characters will be ignored. Any sequence of characters that are enclosed in single quotes will be treated as text and not be used as an expression. Two consecutive single quotes ("''") are replaced by a single quote in the output.