On 7 June 2012 21:42, Metzler, David
<metzlerd@evergreen.edu> wrote:
That sounds more feasible. Note that
drupal date and time fields are likely unix timestamps, so you my run into troubles
converting from access times to date times, but provided you can get that date
math to work out, it seems plausible.
Thanks for your input David..
The "Date" module saves as a Datetime field so the format shouldn't be a problem.. Also the "clocking" interface is php based and the plan is to change the query to update the correct table..
Thanks again..