Converting 0001 num to 00:01:00 ( hh:mm:ss) format

Hi ,

I’m trying to convert a string (0001 ) to a time format of hh:mm:ss ( 00:01:00 ) using the pub.string:NumericFormat transformer. The Service IN num field and the Service Out value field ar eno problem but I try to set the Seervice IN pattern field to hh:mm:ss or even just hh:mm and the output produced in the Results pane is is hh:mm1.

Is there any easy method of carrying out this conversion?

Rgds
John

Basically you have to use pub.date folder services to change the date format to desired format.

NumericFormat service is used for differently.

HTH,
RMG