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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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?

Labels (1)
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