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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:57:59+00:00 2026-05-26T21:57:59+00:00

How do I calculate the difference between two dates to display as a number

  • 0

How do I calculate the difference between two dates to display as a number in days?

I have 2 text boxes (txtHStart_Date & txtHEnd_Date) I have used an Ajax Calendar Extender to enter the dates in each of these text boxes.
I would like to get the difference between these two dates to show in a seperate text box (txtNoOfDays)

I’ve seen the timespan function but can seem to get this to work.
I’m not to sure how to declare the text boxes as the dates I would the calculation to be made from

Code:

Dim D1 As Date
Dim D2 As Date
Dim ts As New TimeSpan
D1 = txtHStart_Date.Text
D2 = txtHEnd_Date.Text
ts = D2 - D1

But I know this isn’t right. I also don’t know how to get it to display in the 3rd TextBox.

  • 1 1 Answer
  • 1 View
  • 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-26T21:58:00+00:00Added an answer on May 26, 2026 at 9:58 pm

    The TimeSpan is simple to use.

    Dim dtStart As DateTime = DateTime.Now.AddDays(-100)
    Dim dtEnd As DateTime = DateTime.Now
    
    Dim ts As TimeSpan = dtEnd - dtStart
    Console.WriteLine(ts.TotalDays)
    

    Edit:

    And going by the comment you added where you assign a text string to a date variable, you would be better off using (and handling)

    DateTime.TryParse("some date string", dtStart)
    

    TryParse returns a boolean success/fail so you can react to whether you were given good/bad data.

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

Sidebar

Related Questions

Possible Duplicate: How to calculate the difference between two dates using PHP? I have
I have to calculate the difference in hours (decimal type) between two dates in
I need to calculate the difference (in days) between two dates in MySQL excluding
I want to calculate the difference of days between two dates. My code works
Possible Duplicate: How to calculate the difference between two dates using PHP? I have
Possible Duplicate: how to calculate difference between two dates using java I'm trying something
I am trying to calculate the difference between two dates. This is what I'm
I want to calculate the difference between two dates in php. I am trying
I am trying to calculate daysbetween difference between two dates in the grid. This
Possible Duplicate: How to calculate the difference between two dates using PHP? How to

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.