Reverse Engineer Long Date

P

PMacafee

I have a web database with an ascii field that is essentially a
Str(Format(Now)),"Long Date")), ie
"March 27, 2003 6:43 pm". I need to do some date calculations based on that
information. What I need to do is to get back to a DateSerial sort of
function. DateValue won't work because of the time info included in the
field and conversetly Time Value won't work because of the Date info in the
field.

How can I get to a calculatable (sp?) value from the above field?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top