|
Posted by Skybuck Flying on 01/06/08 09:11
Ok, this weblogger guy writes:
"
Date values in SQL is always saved in "MM/DD/YY(YY)" format.
Here's a line of code to get the string in the correct format for SQL:
FormatDateTime('mm"/"dd"/"yyyy', Now)
"
So I tried:
where (Birthday > 01/01/1970)
Seems to be working so far.
So far so good.
Soon I'll post some nice code, for age range selecting ;)
Bye,
Skybuck.
Navigation:
[Reply to this message]
|