568 B
568 B
Update the generated pages
We have a good start to the movie app, but the presentation isn't ideal. We don't want to see the time (12:00:00 AM in the image below) and ReleaseDate should be Release Date (two words).
Update the generated code
Open the Models/Movie.cs file and add the highlighted lines shown in the following code:
[!code-csharpMain]