Hello,
Im writing a project that requires the user to select a time using the date/time picker. After the user selects a time that he/she had last done something I want to get that time (DateTimePicker1.Value) and then figure out how many---(days, hours, minutes, seconds) it has been since the time they selected. So if they selected "Sunday, March 16th, 2003 11:19AM" It would say ..."1 day, 0 hours, 0 mins, 0 seconds" ..
It's been a while since Ive coded anything and I'm really trying to get the hang of it all again. Any help I might recieve is greatly appreciated. Thanks.
Im writing a project that requires the user to select a time using the date/time picker. After the user selects a time that he/she had last done something I want to get that time (DateTimePicker1.Value) and then figure out how many---(days, hours, minutes, seconds) it has been since the time they selected. So if they selected "Sunday, March 16th, 2003 11:19AM" It would say ..."1 day, 0 hours, 0 mins, 0 seconds" ..
It's been a while since Ive coded anything and I'm really trying to get the hang of it all again. Any help I might recieve is greatly appreciated. Thanks.