Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9003605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:44:00+00:00 2026-06-16T00:44:00+00:00

I have a textbox – DateOfBirth I follow following steps from validating data to

  • 0

I have a textbox – DateOfBirth
I follow following steps from validating data to saving it in database.

Step 1: When I submit text, I validate if date is in correct format(dd/mm/yyyy):

string Pattern = @"^(0?[1-9]|[12][0-9]|3[01])[/](0?[1-9]|1[012])[/](19|20)\d\d";

Step 2: If format is correct, I convert input value of textbox to datetime format:

IFormatProvider theCultureInfo = new System.Globalization.CultureInfo("en-GB", true);
DOB = DateTime.ParseExact(txtDOB.Value, "dd/mm/yyyy", theCultureInfo);

Step 3: Then I send value to database and save as it is in my table.

I got an issue here:
For date “04/04/2012” everything works fine.
But if I submit date “4/04/2012” or “04/4/2012”, the step 2 throws an exception:

String was not recognized as a valid DateTime.

How do I handle this issue ?

Should I escape step 2 and do conversion in database query instead ???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:44:01+00:00Added an answer on June 16, 2026 at 12:44 am

    because the method expects that you have two places for the date and you only supplied one value, so to solve your problem, remove one d in ParseExact format.

    IFormatProvider theCultureInfo = new System.Globalization.CultureInfo("en-GB", true);
    DOB = DateTime.ParseExact(txtDOB.Value, "d/M/yyyy", theCultureInfo);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to implement data binding, and to have TextBox's text to be
I have a TextBox bound to a ViewModel's Text property with the following setup:
I have Textbox with blue Background and white Foreground . When entering a text
We have textbox on our MVC view. Once we load data, we are unable
Currently I'm working on gridview it's have textbox on submit click I want to
i have textbox with text: 1234 YYMM 1057316895 12, AB 6386 ABC where YYMM
I have TextBox in a Windows form application. And I write a text in
I have a textbox in which i have to write content inside stringbuilder. Following
I have textbox in my asp.net 3.5 VB.net webform in my textbox1 the text
I used from Error Provider in C# winform. in my form have textbox. error

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.