Start New Discussion Reply to this Discussion How to Get Difference between frommonth with fromyear compared to tomonth w
How to Get Difference between frommonth with fromyear compared to tomonth with toyear....
For instance one has work experience with frommonth March and fromyear 2006 and tomonth June and fromyear 2007 duration should be 1 year and 3 months...Also there would be multiple work experience with various durations as mentioned... Then all must be summed together...I want to show in months if less than one year
Related Article: Difference between asp & asp.net
is a ASP.NET discussion thread by farheen that has 16 replies, was last updated 4 days ago and has been tagged with the keywords: asp, asp.net.
korathualex
Light Poster
41 posts since Jan 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
Assumming VB.Net do something like...
Dim myTimespan As TimeSpan = Date1 - Date1, or
Dim myTimeSpan As TimeSpan = Date.Now.Subtract(myStartTime)
then you can...
if myTimeSpan.TotalDays > n then do something
cxzei
Newbie Poster
4 posts since Sep 2008
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.1144 seconds
using 2.64MB