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 8073347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:18:54+00:00 2026-06-05T14:18:54+00:00

I need to parse string value to date time value, I have date in

  • 0

I need to parse string value to date time value, I have date in this format:

DD.MM.YYYY

I want to parse value in this format:

YYYY-MM-DD

I tried to do it like this:

DateTime.ParseExact(date_req, "yyyy-MM-dd", CultureInfo.InvariantCulture); 

But i have an error: String was not recognized as a valid DateTime.

Is there a way to do this?

  • 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-05T14:18:57+00:00Added an answer on June 5, 2026 at 2:18 pm

    I think what you want to do is parse your dd.MM.yyyy and then display it as yyyy-MM-dd.

    You first have to parse the string into a DateTime:

    DateTime date = DateTime.ParseExact(date_req, "yyyy-MM-dd", CultureInfo.InvariantCulture); 
    

    Now date is a representation of the date that the computer actually understands (before it was just a string). You can now display this object anyway you want:

    string yyyyMMdd = date.ToString("yyyy-MM-dd");
    string arabic = date.ToString("yyyy-MM-dd", new CultureInfo("ar"));
    // and so on
    

    Don’t forget that when converting dates from strings to DateTime and back, culture and time zones are worth keeping in mind.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have string as abvd.qweqw.sdfs.a=aqwrwewrwerrew . I need to parse this string and get
I have a date in the string format in a table and I need
I have a string containing a local date/time and I need to convert it
I have a string ruby something like this. mystring = some string value with
I need to parse a string from a datatable into a double. I have
I have some sort of recursive function, but I need to parse a string,
I need to parse the actual date value from a config file. So I
I have time stamps as string format Sun Jul 10 17:47:55 EDT 2011 I
I have a string value in the following format. 23-SEP-10 10.48.53.0000 AM When I
I need to convert a String like 2010-11-28 into Date type to be saved

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.