on 2018 Jan 01 10:48 AM
Hello,
I am using SAP MII 15.1
I am receiving timestamp in following format in XML form as below -
20171206T070000.000
I would like to convert it into standard Datetime datatype like below-
2017-12-06T07:00:00.000
I am trying to find if standard expression editor functions in link editor can help, but could not find so far.
Kindly advise.
Thanks in advance.
Request clarification before answering.
You should be able to do it with the dateformat() function:
dateformat("20171206T070000.000", "yyyyMMdd'T'HHmmss.SSS", "yyyy-MM-dd'T'HH:mm:ss.SSS")
Here is a link to the data and time formats in the MII help:
Regards
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.