I would like to get the time-part from several timestamp attributes. The goal is to compare the time in some columns in an existing row with the time in a row the user wants to insert, to prevent insert of a duplicate row. Since the user will only provide time, and no date, for these columns (Monday 08.00-20.00 for example), it is impossible to compare since AwareIM sets the date to someday 1970.
Can I somehow use a calculated column and a rule to extract the time and then use this new column for comparing? If so, does anyone have the knowledge and time to give an example of how this could be done in AwareIM? Search both documentation and forum without finding what I am looking for.