hello all, I'm a newbie at this. But anyways, I'm trying to figure out how to get a textbox to display the number of days between dates. I got 2 date time pickers on the vb.net app named dtpstartdate and dtpenddate. Now lets say I choose the start day as today, then choose the end date 3 days from now. I need to figure out the code to get the number of days between the dates displyed in the textbox. any help would be appreciated.