Solved
date in label widget
I want to show date in label widget. If i passed new Date(), it is diplaying 1725475328533. If i passed
let date = new Date(); TimeString = date.toString(); then it is displaying 'Wed Sep 04 2024 14:15:55 GMT-0000 (UTC)'. This is not server time. I want to display server time in label widget or text field widget. How to do this ?

