Respected Sir,

I am getting dates as string in input.

{
"From": "2017-03-17T00:00:00",
 "To": "2018-03-16T00:00:00"
}


need to convert them to mm/dd/yyyy format.

expected output :
{
"From": "03/17/2017",
 "To": "03/16/2018"
}

I cannot use xslt mediator here as I am already facing issues with this
xslt mediator,
I am not able to configure and use xslt to transform json messages.

With Regards,
Aditya
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to