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: 
lin_liu
Partner - Contributor
Partner - Contributor

Convert Month to numbers

Hi,all

I have data like this ‘31 Aug 18 15:50‘,and I want the data like this '2018-08-31 15:50',how can I do this?

1 Reply
OmarBenSalem
Partner - Champion II
Partner - Champion II

try:

timestamp(Timestamp#(YourDate,'DD MMM YY hh:mm'),'YYYY-MM-DD hh:mm')