Alerts Popup Notifiction When System Time Match with Database Time in Asp.net c#
Hi,
Please refer below article
you can compare like below
DateTime dt = DateTime.Parse("2015-05-17"); if (DateTime.Now.ToShortDateString() == dt.ToShortDateString()) { // show alert message }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.