webMethods

webMethods

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.  DATE TIME FORMAT?

    Posted Tue April 15, 2014 04:42 PM

    How to get this date format: 2014-04-01T14:20:31. I am not sure what format this is?? I am not seeing anything in the wmpub package that I can use to get this date.

    thank you


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: DATE TIME FORMAT?

    Posted Tue April 15, 2014 07:12 PM

    you can use:
    pub.date:dateTimeFormat
    your format should be:
    yyyy-MM-ddTHH:mm:ss


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: DATE TIME FORMAT?

    Posted Wed April 16, 2014 01:52 AM

    Hi Meena,

    This format of date is used in IDOCs. [SAP Date Time Format].

    Thanks Tong/Senthil for the solution/ans.

    Regards,
    Rankesh


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: DATE TIME FORMAT?

    Posted Wed April 16, 2014 04:42 AM

    Use the service pub.date:dateTimeFormat

    For more information on pattern refer Integration_Server_Built-In_Services_Reference.pdf


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 5.  RE: DATE TIME FORMAT?

    Posted Wed April 16, 2014 04:45 AM

    Minor correction… T should be between single quotes…
    yyyy-MM-dd’T’HH:mm:ss

    -Senthil


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General