Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can return only the date from a Time Stamp field.
Time Stamp return: 1/1/2011 4.44 PM for example!
It will be great if i can have the time seperated as well.
Note that I am loading the data from QVD.
floor(TimeStamp) will give data
TimeStamp - Floor(TimeStamp) will give Time
Both will have to be formatted.
floor(TimeStamp) will give data
TimeStamp - Floor(TimeStamp) will give Time
Both will have to be formatted.
you can truncate the time using function:
DayStart()
An do you know how to format the time..?
Thxs
use the timestamp function
Thxs..
Hi,
I am getting wrong nrs on the time ..
would you please explain how to frmat the time from TimeStamp?
Thxs
What wrong numbers are you getting?
Example of time: 0.60395833332586 while I want it to show as hh:MM AM or something simillar
Thxs
For example:
=timestamp(YourField,'h:mm:ss TT')