Example #1
0
File: BlogView.C Project: DTidd/wt
 bool yearMonthDiffer(const WDateTime& dt1, const WDateTime& dt2) {
   return dt1.date().year() != dt2.date().year()
     || dt1.date().month() != dt2.date().month();
 }