Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Breezy
Creator II
Creator II

How to modify date/time in table?

For my table I would like the "Adoption date" to only state the actual date, not the time. For example, for Frog, how can I remove 7:45:45 PM?

Animal

Adoption date

Frog

12/9/2021

7:45:45 PM

Rabbit

4/4/2022

7:24:45 PM

Labels (4)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master II
Partner - Master II

As below.

Date(Floor([Adoption date])) as "Adoption date"

View solution in original post

2 Replies
BrunPierre
Partner - Master II
Partner - Master II

As below.

Date(Floor([Adoption date])) as "Adoption date"

Breezy
Creator II
Creator II
Author

Thanks! That was easy 🙂

Appreciate your time