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

  • Home
  • SEARCH
  • 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 8350041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:11:24+00:00 2026-06-09T08:11:24+00:00

I have a date that is stored as a string in the format YYYYDDMM.

  • 0

I have a date that is stored as a string in the format YYYYDDMM. I would like to display that value in a ‘MM/DD/YYYY’ format. I am programming in c#. The current code that I am using is as follows:

txtOC31.Text = dr["OC31"].ToString().Trim();
strOC31date = dr["OC31DATE"].ToString().Trim();
DateTime date31 = DateTime.Parse(strOC31date);
strOC31date = String.Format("{0:MM/dd/yyyy}", date31);

However, I am getting an error because the YYYYMMDD string (strOC31date) is not being recognized as a valid datetime.

  • 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-09T08:11:25+00:00Added an answer on June 9, 2026 at 8:11 am

    DateTime.ParseExact with an example

    string res = "20120708";
    DateTime d = DateTime.ParseExact(res, "yyyyddMM", CultureInfo.InvariantCulture);
    Console.WriteLine(d.ToString("MM/dd/yyyy"));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a date and I would like to format the date like that:
I have a parameter string that passes date value to a stored proc cmdItemSearch.Parameters.Add(new
I have a date variable, stored as a String in the 'YYYY-mm-dd' format. What
I have a Timestamp field in a WebSQL database that is stored like: /Date(1340420400000)/
I have a stored procedure that returns data in the format of: Date |
I need to check that a UK date, stored as string in the format
I have a date in VB.net that is stored in ISO 8601 format 'Date
i have take one string array which stored date in format of 2012-04-26T08:38:00. i
I have a core data context with objects that have a date stored in
I have a function that returns a date from a stored procedure, and it

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.