Convert Timestamp (DateTime) to Date only in a Virtual Column

I have a virtual column that i need to give me the date (date only) for the date the form was completed. If I use Today() it will always be the current date correct? So what is the correct way to do this?

I have a timestamp column (DateTime). Is it possible to make the virtual column equal the timestamp column but converted to date only?

Solved Solved
0 10 4,440
1 ACCEPTED SOLUTION

Bahbus
New Member

DATE([TimestampColumn])

View solution in original post

10 REPLIES 10
Top Labels in this Space