[SOLVED] Confused and need a pointer in the right direction please - DateTime

Hi guys,

I am struggling with DateTime formatting.

In my sitemap, I have found that I can display a DateTime using a format string such as

“Alarm updated [%1$tH:%1$tM]”

While I can see the basic structure in that format string, its format is alien to me. Can someone point me to where the format is documented please?

thank you.

Ron

https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html

1 Like

thank you.