I am doing some JSONPath plus queries and wondering if I can format the values returned?
For example, I have a path below which returns three values: day, month and year.
$..CONTRACT_AWARD_DATE.*
This is returned as 08 2011 05 for example
Is there any way I can get this to be returned as 08/05/2011?