hi
i get data from xml file and sometime the date is empty.
i have this code:
try { TimeTo = Convert.ToDateTime(R[15].ToString()); }
catch { TimeTo = null ; }
but i got error because i cant insert null to datetime var
what i can do ?
thak's in advance