public Boolean Datecheck(string str)
{
if (Regex.IsMatch(str, @"^(((((0[1-9])|(1\d)|(2[0-8]))\/((0[1-9])|(1[0-2])))|((31\/((0[13578])|(1[02])))|((29|30)\/((0[1,3-9])|(1[0-2])))))\/((20[0-9][0-9])|(19[0-9][0-9])))|((29\/02\/(19|20)(([02468][048])|([13579][26]))))$"))
{
return true;
}
else
{
return false;
}
Thursday, July 18, 2019
Validate date using Regular Expression in C#
Subscribe to:
Post Comments (Atom)
Lab 09: Publish and subscribe to Event Grid events
Microsoft Azure user interface Given the dynamic nature of Microsoft cloud tools, you might experience Azure UI changes that occur after t...
-
Marketing and sales lead : Helps you to measure customer engagement by tracking email activities and convert them to customers. Contact ma...
-
Let’s be honest. the contribution that salesforce has given to the to the CRM industry is unmatched. Nobody thought that a CRM would offer...
-
Before You Begin Complete the steps in Prepare Your VPC and EC2 Instances . Launch the EC2 instances that you plan to register wit...
No comments:
Post a Comment