Skip to main content
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

try:

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