Hi
Toaday in the templates all SmartDate (DateTime) objectecs are
initialized like
private SmartDate _lastVisit = new SmartDate(DateTime.Today);
The problem is that Today does not provide any time information, so entires
in the DB gets a bit wrong as there's no time information provided if I do not
set it by my self.
Would it not be better /consistent to change that to DateTime.Now instead?
//Andy
Copyright (c) Marimer LLC