Reply to thread

cdate work fine for format: HH:mm:ss if string like: 53:50 then C# Believes what needs to be transformed 53 hour and 50 minutes to DateTime ... and return Error value. if string like: 00:53:50 then work fine ...


Top Bottom