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
How can I set 5 hours back?
I have an attribute "time" in my data set, the value is like "2010-03-09T08:51:34", I want to set 5 hours back.
So I did following thing:
How can I set 5 hours back for the "time"???
So I did following thing:
- "Nominal to Date", so the attribute will be turned to date format
- "generate attribute", the new attribute has the expression: date_add(time, -5)
How can I set 5 hours back for the "time"???
0
Answers
you're looking for that: Currently, you can have a look at the tooltip of each function for details and examples. However the whole dialog will be revamped in the future because it's not very good at the moment.
Regards,
Marco
thanks very much for the quick answer! The part about time is one of most confused thing for me. I am really happy to hear about this news! Thank you, all guys in rapidminer!