Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Time on Date

Hi, im sure this is a simple fix but didnt want to waste a couple of hours trying to figure it out.  i have a table that shows dates, but the table it brings it from includes times as well.... how do i lose the times? (the imported table comes from a Syspro live database)

see attached

1 Solution

Accepted Solutions
manojkulkarni
Partner - Specialist II
Partner - Specialist II

use Date(datefield,'DD-MM-YYYY')

View solution in original post

7 Replies
jvishnuram
Partner - Creator III
Partner - Creator III

Hi James,

Use the Date() function.

Date(Your_Field,'DD-MMM-YYYY')

giakoum
Partner - Master II
Partner - Master II

or floor it to eliminate time

manojkulkarni
Partner - Specialist II
Partner - Specialist II

use Date(datefield,'DD-MM-YYYY')

Not applicable
Author

hi

try this

Date(date#(datefieldname,'DD/MM/YYYY hh:mm:ss'),'DD-MM-YYYY')

******************************************************

DATE(FLOOR(DATEFIELDNAME))

giakoum
Partner - Master II
Partner - Master II

Manoj K :

how is that different from Vishnu Ram reply?

Anonymous
Not applicable
Author

Great, thanks everyone

manojkulkarni
Partner - Specialist II
Partner - Specialist II

both are same, by the time replying screen was yet to refresh i believe.