You need to sign in to do that
Don't have an account?
Satya413
Convert Text to Time
Hi All,
I have two custom field's of text datatype (Start_Time__c and End_Time__c). I want to put a validation rule so that the start time is always less than end time. Does anyone know how to proceed with this.
Thank you,
Satya
I have two custom field's of text datatype (Start_Time__c and End_Time__c). I want to put a validation rule so that the start time is always less than end time. Does anyone know how to proceed with this.
Thank you,
Satya
use this formula
Thx
All Answers
Thx
Thanks for your response. There is no date involved. Say for example, I enter 09:00 AM for the Start_Time__c field which is text datatype. I want the validation to throw an error if someone enters the End_Time__c to be less than 9 AM.
So basically, I want the time that is entered in text field to be converted to time form so that we can compare which is ahead. I am not sure if this is possible but this is what I want to achieve.
Thank you,
Satyanarayana
use this formula
Thx