I made the html setting as below and code which i copied from the peek-code, whcich also I have pasted, the data is coming from sharepoint date field, which is Date long.
I want to date to appear as "dd-mm-yyyy" in the output.
Please advise what correction and on which screen, Confused to be done on the Create Html Table screen or on the html code screen.

====================
{
"inputs": {
"from": "@outputs('Get_items')?['body/value']",
"format": "HTML",
"columns": [
{
"header": "RecordNo",
"value": "@item()?['ID']"
},
{
"header": "ServiceDate",
"value": "@item()?['SvcDate']"
},
{
"header": "Model",
"value": "@item()?['Model']"
},
{
"header": "SerialNo",
"value": "@item()?['SerialNo']"
},
{
"header": "Mach-SMR",
"value": "@item()?['SvcSMR']"
},
{
"header": "AssetNo",
"value": "@item()?['AssetNo']"
},
{
"header": "JobDone",
"value": "@item()?['JobCategory']"
}
]
},
"metadata": {
"operationMetadataId": "3e291b08-5ca9-434a-8082-447671132ede"
}
}
==============================================
My output is as below :