I love this udf, thanks so much it!
Here's a question how do I get this to work or is it even possible?
$var = _Query($sql, "SELECT DATE_FORMAT('" & $date & "', '%M %d, %Y')")
How would I read the results? I can't seem to figure it out.
Also why when I a retrieve a field that's a date do i get this:
20070331000000000000
It's supposed to be 2007-03-31
Any help would be greatly appreciated.