I want some assistannce. Please help me

Sir, Please tell me how I can make a lebel that will show the UTC time in dd-mm-yyyyy format. Please help.

This can be done using JavaScript functions in the WebViewer component.

You can get time from NTP server. See some example here: NTP server ....exact time

Then, working on string, using split and join, you can output date and time in the format you like.

I am going to try