I have a date stored as a string in the format mm/dd/yyyy.
What is the easiest way to get this date converted to a datetime object so i can include it in the datediff function.
also what is the method i should use to return a mm/dd/yyyy string back from the datatime object
What is the easiest way to get this date converted to a datetime object so i can include it in the datediff function.
also what is the method i should use to return a mm/dd/yyyy string back from the datatime object