Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
something like:
DateTime d = DateTime.Parse(System.Conf
if (d == DateTime.Now)
......................
if the date format is not in the format of your default culture you can pass a second parameter to the Parse method to indicate the culture.
Cheers!
Dani