You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i was creating a time format for my tasks, i realized time formatting does not give what is expected as you can see from the ss. formatDate(dateEnd(prop("Date")), "HH:mm A") produces a wrong time format (eg. 18:15 P12 in this case)
Expected behavior
As seen from the ss, first formatDate(prop("Date"), "HH:mm A" code produces the correct time (eg. 17:30 PM)
Screenshots
The text was updated successfully, but these errors were encountered:
When i was creating a time format for my tasks, i realized time formatting does not give what is expected as you can see from the ss.
formatDate(dateEnd(prop("Date")), "HH:mm A")
produces a wrong time format (eg. 18:15 P12 in this case)Expected behavior
As seen from the ss, first
formatDate(prop("Date"), "HH:mm A"
code produces the correct time (eg. 17:30 PM)Screenshots
The text was updated successfully, but these errors were encountered: