Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 24, 2023 9:31AM
Likes: 0
Replies: 6
Hello
There is an error when I am trying to do a parsed date
"Aww ... Smart Date could not find any format matching your data. Please try a custom format."
This is the error I am getting.
The date format I have is like this: December 27, 2010. and I whant to change to this 2010-12-27
Try “MMM DD,YYYY” as a custom format.
Hello @Santi
,
Not sure it's the best solution but it works.
I would realise several steps in a prepare recipe :
With these steps, I got the result you wanted.
Hope it helped !
Hadrien
How can I replace the month to a number?
Hi,
The pattern you should use to parse the date in your example is MMM dd, yyyy
You can refer to the SimpleDateFormat documentation linked to the "Parse date processor": https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Regards,