SyntaxFix
Write A Post
Hire A Developer
Questions
Try converting date like this:
Dim expenddt as Date = Date.ParseExact(edate, "dd/mm/yyyy", System.Globalization.DateTimeFormatInfo.InvariantInfo);
Hope this helps.