Exemplo n.º 1
0
Arquivo: BlogView.C Projeto: DTidd/wt
 bool yearMonthDiffer(const WDateTime& dt1, const WDateTime& dt2) {
   return dt1.date().year() != dt2.date().year()
     || dt1.date().month() != dt2.date().month();
 }