Hello
I am filling a WebView with this Code:
Private Query As String = "SELECT ServiceDate, KwProduced, FedBack, PacPre, PacPost FROM Services WHERE CustomerNumber = " & MyLib.CurrentCustomer & " ORDER BY ServiceDate DESC"
wvService.LoadHtml(MyLib.ExecuteHtmlServices(Connection.GoGreenSQL, Query, Null, 0, True))
However, it displays the date in "YYYY-MM-DD" format and I would like to display as "DD-MM-YYYY"
Is this possible?
Thanks
Brad
I am filling a WebView with this Code:
Private Query As String = "SELECT ServiceDate, KwProduced, FedBack, PacPre, PacPost FROM Services WHERE CustomerNumber = " & MyLib.CurrentCustomer & " ORDER BY ServiceDate DESC"
wvService.LoadHtml(MyLib.ExecuteHtmlServices(Connection.GoGreenSQL, Query, Null, 0, True))
However, it displays the date in "YYYY-MM-DD" format and I would like to display as "DD-MM-YYYY"
Is this possible?
Thanks
Brad