and when I process the first record from the excel file(first row) the date is converted fine but when I process the second one ‘2025/10/17’ it comes out with zero’s(time format) at the end like below that I do not want
instead of resolveddate.ToString use ResolvedDate.Trim.Split(" "c).First
ideally cdate should convert both of the formats as most of the excels would be in system date format cdate should autohandle cdate(resolveddate).ToString("Format you need")