I'm using the token function in RM to parse a string that includes a time (e.g., "10:30 PM"). I want to set a datetime variable to the value of the parsed token (e.g., vToken), something like "Set vTime to vToken as datetime". Is this possible?
Never mind, I stumbled across the "Time String" operation.
For 10:30 PM, I'm using:
9999-99-99T%vTokenString%:00.000-%hvGMT_Offset%,
where vTokenString = "22:30" and hvGMT_Offset = "0800".
3 Likes