TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
raja ramesh
NA
50
108.4k
Date Validation in winforms
Oct 3 2011 2:02 PM
Hi,
I am working with windows applications
I am using MaskedEditBox(RadMaskedEditBox, telerik)
for this I am using masktype is standered and mask is 00/00/00
This date text box validated based on system date format but I want to validate date based on dd/mm/yyyy format
My code is
try
{
DateTime d=DateTime.parse(datetext);
}
catch(...)
{...}
Please can you tel me how to validate date based on dd/mm/yyyy format
Reply
Answers (
2
)
How to get total page count of pdf pages on footer on each page using Itextsharp
When threads are used in .net