15,797,721 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Use my saved
content filters
Ask a Question
All
Questions
All
Unanswered
FAQ
Calculate difference between two dates
Please
Sign up or sign in
to vote.
5.00/5 (1 vote)
See more:
C#
Helloo Experts!!
I want to calculate difference between two dates(Day) and display that differnce date like 12\02\09,
In short,
current date:12\02\09
Dispaly date;11\02\09
help me!! [sigh]
Posted
17-Jun-09 1:15am
KIDYA
Add a Solution
3
solutions
Top Rated
Most Recent
Please
Sign up or sign in
to vote.
Solution 1
Accept Solution
Reject Solution
You can find lots of stuff on
how to work with DateTime
.
Check
http://www.dotnetspider.com/forum/164678-date-difference-using-asp-net.aspx
[
^
]
Permalink
Share this answer
Posted
17-Jun-09 1:38am
himanshu2561
Please
Sign up or sign in
to vote.
Solution 2
Accept Solution
Reject Solution
See
Timespan class
[
^
]
Permalink
Share this answer
Posted
17-Jun-09 1:33am
OriginalGriff
Please
Sign up or sign in
to vote.
Solution 3
Accept Solution
Reject Solution
you can try this,
DateTime d1 = DateTime.Today;
DateTime d2 = DateTime.Today.AddDays(1);
TimeSpan ans = d2.Subtract(d1);
If I didn't get your problem plz explain it.
Permalink
Share this answer
Posted
17-Jun-09 1:36am
Baran M
Add a Solution
Add your solution here
B
I
U
S
small
BIG
code
Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML
var
<
>
&
link
[^]
encode
untab
case
indent
outdent
OK
Paste as
Strip HTML
Encode HTML
Paste as-is
Code block
Quoted Text
Best guess
To display as
Treat my content as plain text, not as HTML
Preview
0
…
Existing Members
Sign in to your account
...or Join us
Download, Vote, Comment, Publish.
Your Email
Password
Forgot your password?
Your Email
This email is in use. Do you need your
password
?
Optional Password
I have read and agree to the
Terms of Service
and
Privacy Policy
Please subscribe me to the CodeProject newsletters
Submit your solution!
When answering a question please:
Read the question carefully.
Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
If a question is poorly phrased then either ask for clarification, ignore it, or
edit the question
and fix the problem. Insults are not welcome.
Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Top Experts
Last 24hrs
This month
Dave Kreskowiak
120
Maciej Los
90
Richard MacCutchan
70
Andre Oosthuizen
50
Richard Deeming
40
Richard Deeming
538
Andre Oosthuizen
360
Maciej Los
350
Dave Kreskowiak
335
Richard MacCutchan
243
Related Questions
How do I calculate the difference between two dates?
How to calculate months between two dates
How to calculate difference between two dates
how to calculate difference between two date
how to calculate difference between two date
How to calculate days, months & years from two different dates using VB.NET
how to calculate difference between two different date and time
how to calculate difference between two dates in java
Calculate the Date Difference and Convert into Week
How to calculate day difference between two dates
CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900