Hi all,
I read Excel file have D column Date format but when read is: 45175,45180,45181
I use some suggestions but not work. Can help me check, thank all
DateTime.ParseExact(ngayhd, “dd/MM/yyyy”, System.Globalization.CultureInfo.InvariantCulture).ToString
DateTime.ParseExact(in_PaymentStartDate.ToString, “dd/MM/yyyy”, nothing).toString(“dd/MM/yyyy”)