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: 
knightwriter
Creator III
Creator III

Reload time as date only

     Hi All,

How do I put the ReloadTime() as '23rd July 2015' only. Ie without date as xx/xx/xxxx and the exact time?

1 Solution

Accepted Solutions
Not applicable

Hi,

Try this!!

Date(ReloadTime(),'DD')&' rd '&Month(ReloadTime())&' '&Year(ReloadTime())

Thanks,

Shekar

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Day(ReloadTime()) & ' ' & MonthName(ReloadTime()) 

Not applicable

Hi,

Try this!!

Date(ReloadTime(),'DD')&' rd '&Month(ReloadTime())&' '&Year(ReloadTime())

Thanks,

Shekar