S
Student
is there a function in access like this
convert(varchar,mydatetimefield,120)
thx
convert(varchar,mydatetimefield,120)
thx
Student said:is there a function in access like this
convert(varchar,mydatetimefield,120)
Both the Format() and CStr() functions will do this. However, neither
will specify a length for the result.
Tim Ferguson said:Surely Format$(SomeDate, "yyyy-mm-dd") is always exactly ten characters
long?