- Home
·
- Miscellaneous
·
- When concatenating dates into a SQL string, you must use a standard US date format, regardless of t
When concatenating dates into a SQL string, you must use a standard US date format, regardless of t
When concatenating dates into a SQL string, you must use a standard US date format, regardless of the Regional Settings in Control Panel. This
Rate When concatenating dates into a SQL string, you must use a standard US date format, regardless of t
(2(2 Vote))
If Not IsDate(x) Then Exit Function
MakeUSDate = "#" & Month(x) & "/" & Day(x) & "/" & Year(x) & "#"
End Function
When concatenating dates into a SQL string, you must use a standard US date format, regardless of t Comments
No comments yet — be the first to post one!
Post a Comment