Service reminder implemented.
This commit is contained in:
@@ -21,8 +21,10 @@ namespace MileageTraker.Web.ViewModels.VehicleService
|
||||
|
||||
[DataType(DataType.DateTime)]
|
||||
[DisplayFormatAttribute(ApplyFormatInEditMode = true, DataFormatString = "{0:d}")]
|
||||
[DenyFutureDate(ErrorMessage = "Future date")]
|
||||
[FormatHint("mm/dd/yyyy")]
|
||||
[InputSize("small")]
|
||||
[Required]
|
||||
public DateTime? InvoiceDate { get; set; }
|
||||
|
||||
[Required]
|
||||
|
||||
Reference in New Issue
Block a user