Development #392
@ -1235,6 +1235,11 @@ namespace VEPROMS
|
||||
{
|
||||
txbRevDate.Focus();
|
||||
}
|
||||
else
|
||||
{
|
||||
DateTime initSelDate = (txbDate.Text != null && txbDate.Text.Length != 0) ? Convert.ToDateTime(txbDate.Text) : DateTime.Today;
|
||||
calDateSelector.DisplayMonth = calDateSelector.SelectedDate = initSelDate;
|
||||
}
|
||||
}
|
||||
|
||||
private void txbRevDate_Validating(object sender, EventArgs e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user