Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
1/5/2013/16/23
1- day
5 - month
2013 - year
16 - 24 hr time
23 - minutes.
This is the date and time format i have, where i need it like below:
1/5/2013 16:23
Thanks..
Try like this:
=Timestamp(Timestamp#('1/5/2013/16/23','DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
The output:
The idea. Firstly you need the interpretation function that ends with #. Secondly you have to define date and time format.
Hi,
Use the Timestamp(Date , 'MM/DD/YYYY hh:mm')
Regards,
Kaushik Solanki
Its not working.. am getting empty list...
Can you Post sample QVW file.
Regards,
Kaushik Solanki
Try this -
=Timestamp(Timestamp#('1/5/2013/16/23','DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
Hi
Try this in text object
= timestamp(Timestamp#('1/5/2013/16/23','D/M/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
Try like this:
=Timestamp(Timestamp#('1/5/2013/16/23','DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
The output:
The idea. Firstly you need the interpretation function that ends with #. Secondly you have to define date and time format.
Hi Kishore,
Try this
Timestamp(Timestamp#(date1,'DD/MM/YYYY/hh/mm'),'DD/MM/YYYY hh:mm')
Regards
Bazil Momin