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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:47:34+00:00 2026-05-19T01:47:34+00:00

I have user typed times that need parsing into DateTime or TimeSpan (the date

  • 0

I have user typed times that need parsing into DateTime or TimeSpan (the date is not important). For example need to be able to interpret

“8a”, “0800”, “8am”, “8 am”,”8:00 a”,”8:00 am” => as “08:00”

I have tried the DateTime.ParseExact method, but it relies on having a colon separator between hours and minutes. Hence fails on the first 4 cases above. TimeSpan also relies on the colon.

How can I go about creating a relatively robust way of handling the multiple ways of users entering times? One idea was to create an exhaustive listing of formatting possibilities for System.Globalization.DateTimeFormatInfo. But am unsure of how to handle the character ‘a’ or ‘am’ etc.

Ideas please.

  • 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-05-19T01:47:34+00:00Added an answer on May 19, 2026 at 1:47 am

    The first four cases are fine:

    • var dateTime =
      DateTime.ParseExact(“8a”.Replace(“a”,”am”),”htt”,
      System.Globalization.CultureInfo.CurrentCulture);
    • var dateTime =
      DateTime.ParseExact(“0800″,”HHmm”,
      System.Globalization.CultureInfo.CurrentCulture);
    • var dateTime =
      DateTime.ParseExact(“8am”,”htt”,
      System.Globalization.CultureInfo.CurrentCulture);
    • var dateTime = DateTime.ParseExact(“8
      am”,”h tt”,
      System.Globalization.CultureInfo.CurrentCulture);

    Have a look at this for different toString matches

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

Sidebar

Related Questions

I'm wanting to have a strongly typed user control that accepts the class PaginatedList<T>
I have a form that allows a user to add an unlimited number of
Back story i have a table that stores cached times, and currently has about
I need to have an Add Features button that will append the following text
I need a user to be able to enter a URL, and would like
I have a textarea, which I need to be able to take characters including
I have a question that must be answer several times before, but I can't
I need to have the ability to convert and merge various documents into a
I have two user types in my application: Investors and Advisors , they both
Suppose I have a user defined type: CREATE OR REPLACE TYPE TEST_TYPE AS OBJECT

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.