Error in ICU date time token %ICUDateTime%yyyy-MM-dd at HH-mm%

I wanted the token to generate
2022-10-11 at 14-15

instead of get
2022-10-11 AM

The "at HH-mm" yields simply AM instead of the 24 hour time.

thank you very much

1 Like

You could write it like this:

%ICUDateTime%yyyy-MM-dd% at %ICUDateTime%HH-mm%

3 Likes

Try this:

%ICUDateTime%yyyy-MM-dd 'at' HH-mm%
4 Likes

thank you very much @tiffle and @Zabobon !