I want to take a date value from the current query and reformat it and output this to a label.
I've mapped the date value to a label and this works fine. I thought it would be possible to add some javascript to this mapping so I could take the date , format it as required and then output that to the label.
The formatting is not a problem but how do I access the date value from the current query in javascript so I can manipulate it.
Tony