How to - Text Expansion - date time am/pm in lowercase?
How to - Text Expansion - date time am/pm in lowercase?
robsc > 2025-10-04 12:40
I have currently {Now:yyyy-MM-dd h:mm:ss tt} which resolves to 2025-10-04 1:25:50 PM
I tried variations of t and didn't find a combination that works. And I looked through AutoHotkey docs and they were only able to do it with string replacements AFAIK. But is this possible in QAP?
2025-10-04 1:26:08 pm is what I'd prefer.
Thanks,
Robert
RE: How to - Text Expansion - date time am/pm in lowercase?
Jean Lalonde > 2025-10-05 10:09
Hi Robert,
QAP is using the formatting command from AHK and, unfortunately, there is no way to make the AM/PM suffix lowercase in QAP.