Hello,
I'm trying to convert a string time to an actual time. I've searched some of the formulas provided here but still can't get what I need.
I am using -
time(val(left({time.final_data_entry_time},2)),val(mid({time.final_data_entry_time},3,2)),
val(right({time.final_data_entry_time},5)))
String time is 08:56 AM
The formula gives me 8:00:56AM - I'm not sure how the formula is working so I don't know what else to do from here. I have tried different variations but still can't get what I need.
After I do get the time working correctly, I will need to combine with a date field and the create a parameter off this new date time field. Is this even possible?
Any help given would be greatly appreciated.
I'm trying to convert a string time to an actual time. I've searched some of the formulas provided here but still can't get what I need.
I am using -
time(val(left({time.final_data_entry_time},2)),val(mid({time.final_data_entry_time},3,2)),
val(right({time.final_data_entry_time},5)))
String time is 08:56 AM
The formula gives me 8:00:56AM - I'm not sure how the formula is working so I don't know what else to do from here. I have tried different variations but still can't get what I need.
After I do get the time working correctly, I will need to combine with a date field and the create a parameter off this new date time field. Is this even possible?
Any help given would be greatly appreciated.