How to do - MS SQL C# Excel Access
Friday, 19 March 2021
MVC - C# - Check if DateTime is today
Watch this example on YouTube
DateTime d = Convert.ToDateTime("1/1/2000");
if (d != DateTime.Today)
{
// do something here.
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment