The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

This is a tough one,

I haven't found information as well... I have found how to convert from 24 hours to 12 hour format.

I just need to find the appropiate 12 hour format for tibco, but I haven't had luck so far.

 

Gonna keep on watch this thread

Posted

Hi,Try using below function to change the format, this parse the date to 24hr formatif(contains(<<date_parameter>>, 'AM') or contains(<<date_parameter>>, 'PM'))

thentib:trim(tib:parse-dateTime('MM/dd/yyyy hh:mm:ss a',  <<date_parameter>>))

else

tib:parse-dateTime('MM/dd/yyyy HH:mm', <<date_parameter>>)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...