cancel
Showing results for 
Search instead for 
Did you mean: 

Datetime col to show only the time

Former Member
0 Kudos

I have a datetime col. that has data as this

Appt_DateTime  (datetime,notnull)`12/30/18997:50:00PM

I want to display only the time in this case the 7:50:pm. it can be with or without the seconds, better without them.

in sql something like this but how to do this in a formula?

select cast({qryPtWaitingTme_.ApptTime} as time) [time] from {qryPtWaitingTme_.}

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

ah i see just the TIME function 🙂

Answers (1)

Answers (1)

Former Member
0 Kudos

ah i see just the TIME function 🙂