Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have this format timestamp :
I want this timestamp format : 01/01/2018 12:00:00 instead of 1/1/2018 12:00:00 AM
On your Main script tab, change your TimeStamp format to:
SET TimestampFormat='DD/MM/YYYY hh:mm:ss';
-Rob
Maye be :
=Timestamp(Timestamp#('1/1/2020 12:00:00 PM','DD/MM/YYYY h:mm:ss TT'))
Hi Tariq,
I try tour solution but it's doesn't work.
can you share a sample data
On your Main script tab, change your TimeStamp format to:
SET TimestampFormat='DD/MM/YYYY hh:mm:ss';
-Rob