Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Open Points: 75 Time: 08:38 - Dec 22, 2009  

shilpi084

I want be two dates diffrence code in javascrip and c#.

I want be two dates diffrence code in javascrip and c#.

Categories

Answer Discussion
Tutorials

 

nidhi

Date:: Dec 22, 2009

Time:: 22:13

For C# you could just subtract the days or use the subtract method
eg
DateTime dt1 = ... some date value
DateTime dt2 = ... another date value

TimeSpan ts = dt1 - dt2;

or

TimeSpan ts = dt1.Subtract(dt2);

then use Days to get the number of days
eg

int daysDiff = ts.Days;

nidhi

Date:: Dec 22, 2009

Time:: 22:15

For Javascript, I haven't tried it but you could maybe try the examples given here http://www.dotnetspider.com/forum/213986...

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Tutorials cannot be submitted until the Answer Discussion is complete.

Submit answers in the Answer Discussion area

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10279

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es