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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.