You need to erase the line d2 = d1. This should work:
Dim d2 As New Date d2.TotalSeconds = d1.TotalSeconds d2.day = d2.day+1 EF1.text = d1.ShortDate EF2.text = d2.ShortDate On 10/13/06, Richard <[EMAIL PROTECTED]> wrote:
So if my 2 dates reference the same object, how do I go about getting my hands on 2 distinct date objects? I need one that is fixed (my reference date) and another that I can manipulate.
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
