fixes the compile and timestamps to db
This commit is contained in:
parent
abfc68a809
commit
bed9c8a272
15 changed files with 36 additions and 36 deletions
|
|
@ -20,7 +20,7 @@ namespace Yavsc.ViewComponents
|
|||
string htmlFieldName,
|
||||
string calId )
|
||||
{
|
||||
var minDate = DateTime.Now;
|
||||
var minDate = DateTime.UtcNow;
|
||||
var maxDate = minDate.AddDays(20);
|
||||
|
||||
var model = await _manager.CreateViewModelAsync(
|
||||
|
|
@ -30,6 +30,6 @@ namespace Yavsc.ViewComponents
|
|||
|
||||
return View(model);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue