Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim UsrCmd As OleDb.OleDbCommand = New OleDb.OleDbCommand("Select Count(MyUser) from UserData where myDate = '" & Format(StartDate,"dd/MM/yyyy") & "'", rConn)
Dim UsrCmd As OleDb.OleDbCommand = New OleDb.OleDbCommand("Select Count(MyUser) from UserData where myDate = '" & Format(StartDate,"MM/dd/yyyy") & "'", rConn)
Cast(SomeNumber [blue]As Double[/blue])
Cast(SomeDate [blue]As Date[/blue])
I haven't done much work with WMI, so I haven't encountered this.ruffnekk said:the ISO8601 format is very similar to the WMI format, which MSDN states is of type DateTime.