News
E-Books
Event
TwitPic
Live Stream (Testing)
Untitled document
Home
Tutorial Forum
Blog
ASP.NET New's
GooGle New's
MicroSoft New's
Visual Studio New's
How-TO
Visual Studio
IIS
SQL Server
MS WebMatrix
Video
Microsoft Expression
WCF
WPF
Windows Form
Visual Studio 2010
Visual Studio 2008
Silver Light
SQL Server
Crystal Reports
LINQ
IIS
ASP.NET AJAX
ASP.NET 3.5
ASP.NET MVC
Member Area
Gallery
Groups
Event
About US
Contact US
Site Map
License Info
Home
Forum
Saturday, 19 May 2012
Index
Search
.NET Programing Tutorials
Web Development Tutorials
Data / Business Tutorials
Welcome,
Guest
Username
Password:
Remember me
Forgot your password?
Forgot your username?
Create an account
Tutorials Forum
.NET Programing Tutorial
Regular Expressions
Valid date format
(1 viewing) (1) Guest
Reply Topic
New Topic
Page:
1
TOPIC: Valid date format
Valid date format
12 Dec 2009 04:26
#108
Regular expression pattern for validating a date input in the format ##/##/####, though month & day can be a single digit and year can be 2
Instructions: 01/01/2009: Valid
1/1/09: Valid
^\d
{
1
,
2
}
\
/
\d
{
1
,
2
}
\
/
\d
{
2
,
4
}
$
CE
OFFLINE
Administrator
Posts: 197
Karma: 78
Reply
Quote
CodersEngine
Reply Topic
New Topic
Page:
1
Tutorials Forum
.NET Programing Tutorial
Regular Expressions
Board Categories
CodersEngine Forum
... CodersEngine News
... Site Feedback
.NET Programing Tutorial
... CSharp
... VB.NET
... Regular Expressions
... WPF
... WCF
... WF
Web Development Tutorials
... ASP.NET
... AJAX
... CSS.HTML
... IIS
Data / Business Intelligence Tutorials
... SQL Server
... Crystal Reports
Moderators:
mnjon
Powered by
Kunena