The Job model class has a column: public DateTime JobDate { get; set; } When I am trying to add a new Job, the input of JobDate is from <input type="dateTim
the last days I was trying to learn how to access mySQL databases via Java. I am able to load the driver and get a connection to the database ( at least I thin