Converting date from one format to another format.
Hi Experts, I have date format: 01/09/2013 like this and it should be changed to like this 01-Sept-2013. How can i achieve this? Please provide me solution with Scenario. With Regards, Viswanath.Ch.
Hi,
Is your input source data type "Date" or "String". If former, you can just change date format from "dd/MM/yyyy" to "dd-MMM-yyyy" in tMap.
See my screenshot
Best regards
Sabrina
Hi, I have the same (to somw extent) situation, but: tFileInputXML (date in YYYY-MM-DD format) -> tMap -> tFileOutputPositional (must be in DD-MM-YY) Could you suggest the best way to do so? If I just use the method described above the transformation becomes quite wierd: 2016-08-22 -> 361-12-16