Hi,
Try to use this: Date.ParseExact(TempDate.ToString, “dd.MM.yyyy”, System.Globalization.DateTimeFormatInfo.InvariantInfo)
Where: Date.ParseExact(You date at strind, “format you date”, System.Globalization.DateTimeFormatInfo.InvariantInfo)
Hi,
Try to use this: Date.ParseExact(TempDate.ToString, “dd.MM.yyyy”, System.Globalization.DateTimeFormatInfo.InvariantInfo)
Where: Date.ParseExact(You date at strind, “format you date”, System.Globalization.DateTimeFormatInfo.InvariantInfo)