Hi everyone In our app we have calendar events that are created by the user. Other users can comment on those events. What we have noticed though is that time is only showing in 12 hour format, with out AM or PM afterwards so it's unclear what time the comment was made which in our app is quite important. As you can see the app shows the comment was posted at 01:25 - which to me says 01:25 AM. When in fact it was posted at 13:25. The only place i've found that looks like it changes this setting is this below. But any changes I have made don't actually seem to make any difference. I've tried changing the format to HHmmss but no luck, and also changing date format to just "time" to see if it's actually changing anything and it doesn't. So I assume i'm looking in the wrong place?
asked
Garion Swann
2 answers
2
In your string, you can show your dateTime in any format you like.
you could try debugging it without using the custom widget 'formatString'. It should work out of the box, try to specify the patterns directly in the configuration options of the Date time widget.