public SQLBuilder AND(Calendar calendar) {
   AND(calendar, DateType.date);
   return this;
 }