private void mtDetailed_Click(object sender, EventArgs e)
        {
            frmDailyReportParticular f = new frmDailyReportParticular();

            f.date = dtDailyReportDate.Value.ToShortDateString();
            f.ShowDialog();
        }
 private void mtDetailed_Click(object sender, EventArgs e)
 {
     frmDailyReportParticular f = new frmDailyReportParticular();
     f.date = dtDailyReportDate.Value.ToShortDateString();
     f.ShowDialog();
 }