Good evening community!
Ive got a dataset whith the column date which has the format: date_time like Jan 30, 2017 12:01:31 AM CET.
Id like to extract only the date and put it into the format: "dd.mm.yyyy". Therefore, i used generate attribute with funcion date_str_custom(date, "dd.mm.yyyy").
It seems that it works like it should, but rapidminer changes Jan 30, 2017 into 30.02.2017. Any idea?
Thank you in advance!
Best regards
Kevin