IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Time format

    Posted Wed May 26, 2004 11:28 AM

    I am ew to webMethods. I am time to be displayed in HH:MM format. I am using dateTimeFormat from Wmpublic folder and could not achieve it.

    can anybody help me in this.

    Thanks,
    Anil


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: Time format

    Posted Wed May 26, 2004 11:54 AM

    May I know what is the newPattern u gave.I think it should be HH:mm


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Time format

    Posted Thu May 27, 2004 03:08 PM

    Hi,

    when i am using the services present in wmpublic, iget a combination of date and time. I want only time to be displayed in HH:MM format. How can i achieve this.

    Thanks,
    anil


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Time format

    Posted Thu May 27, 2004 03:37 PM

    Try HH:mm as Gogineni mentioned.

    Use this service WmPublic service pub.date:getCurrentDateString and input the pattern with (HH:mm)it will give only current time

    or use pub.date:dateTimeFormat and give new pattern (HH:mm) and you current pattern should have date/time stamp in it.

    HTH,


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: Time format

    Posted Fri May 28, 2004 12:27 PM

    Hi,
    I have used your service and could able to achieve this.
    Thanks a lot.

    Regards,
    Anil


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB