The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Expression valuation error for date
vinnylocal
Member Posts: 3 Learner I
in Help
Hi, i
get the following error
error evaluating expression: Text '30-06-2014'
get the following error
error evaluating expression: Text '30-06-2014'
could not be parsed: Unable to obtain
ZonedDateTime from TemporalAccessor: {},ISO
resolved to 2014-06-30 of type
va.time.format.parsed.
when i simply try to do this: date_parse_str("30-06-2014","dd-MM-yyyy","us") 0
Best Answer
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi,
thank you for your feedback, the same question was already answered here: https://community.rapidminer.com/discussion/comment/72228/#Comment_72228
You only need to exchange yyyy-MM-dd for dd-MM-yyyy.
Greetings,
Jonas1