Hello, my feature reports keep showing time in 24 hour format. I am trying to show time in a 12 hour format. Currently, using ${time | format: “h:m”}. This passes the syntax check, but I cannot generate a report without getting an error.
Error reads failed to parse since format not supported by current field.
Hello @ChrisHertel, have you tried using ${datetime ? See below an example:
${datetime | format:"h:mm"}
You might also want to check this previous Esri Community post.
Unfortunately that does not work. My field name is time, not datetime.