I am in the process of implementing an audit log to record a brief description of changes to the database. My audits table consists of an autonumber PK, emp
try to format datetime like this:
protected DateTime GetDateWithoutMilliseconds(DateTime d) { return new DateTime(d.Year, d.Month, d.Day, d.Hour, d.Minute, d.Second); }