using System;
using System.Collections.Generic;
public partial class Product
{
public int id { get; set; }
public string Product_Name { get; set; }
public string Product_Quality { get; set; }
public Nullable
public Nullable
public Nullable
public Nullable
}
What to write in cide for Model view & Controller for displaying current time and current date individually in ASP.NET Core MVC Web Application 2019( E Commerce )
What to write in cide for Model view & Controller for displaying Calender n ASP.NET MVC Web Application 2019( E Commerce )

Naimish MakwanaPosted Feb 13, 2023, 4:16 AM
Hello Suman,
Please refer below link: It has given some examples which will help you.
https://www.c-sharpcorner.com/article/displaying-calender-control-in-Asp-Net-mvc-without-jquery-an/
https://www.c-sharpcorner.com/UploadFile/0c1bb2/calendar-control-using-jquery-ui-in-Asp-Net-mvc-5/
https://stackoverflow.com/questions/59457161/calendar-in-asp-net-core
Thanks
Naimish Makwana