public Calendar getCurrentDay() {
   if (m_gridAdapter != null) {
     return m_gridAdapter.getCurrentDay();
   }
   return null;
 }