Hi,
How to convert start date and end date epoch time to actual date time format
Hi,
How to convert start date and end date epoch time to actual date time format
Hi @yogita.magdum,
You can bind the date & time picker control to custom formula where you can use the formula DATESTR(1624492800000,“DD-MM-YYYY HH:mm” , 1)
Also, sharing an article on using date & time functions for your easy reference.
OR
You can achieve the desired format by using custom javascript from the data section. Attached is the screenshot for your reference.
Also, sharing an article on transforming unix format to string Transforming UNIX format to String format
I hope this helps.
Best,
Pinky