Hi Frinzgerald,
You can use Format_DateTime() from Text extension:
![]()
and the tricky part is - you need to use this string to define the format:
![]()
hh (lowercase) means 0-12 format
HH (uppercase) means 0-24 format
tt - means AM/PM
Let me know if that helps :)
Vera
You can use Format_DateTime() from Text extension:
and the tricky part is - you need to use this string to define the format:
hh (lowercase) means 0-12 format
HH (uppercase) means 0-24 format
tt - means AM/PM
Let me know if that helps :)
Vera