Fuel Log Import basic functionality
This commit is contained in:
@@ -10,6 +10,7 @@ namespace MileageTraker.Web.Models
|
||||
|
||||
[Required]
|
||||
[DataType(DataType.Date)]
|
||||
[DisplayFormatAttribute(ApplyFormatInEditMode = true, DataFormatString = "{0:d}")]
|
||||
public DateTime Date { get; set; }
|
||||
|
||||
[Required]
|
||||
|
||||
Reference in New Issue
Block a user