HI,
Any help would be appreciated, I am trying to use dates to show things as past due (yesterday and earlier are past due). Problem:Because of space constraints on the form the stored procedure returns an 8 char field for dates which is no problem to work with at all I.E. mm/dd/yy. My real issue is when some one entering the dates does a fat finger and enters 06/07/2077 on the entry form the system returns it to the screen as 06/06/77 - cool no problem there - except when i try to do a compare to see if it is past due. It appears the system is reading this as 1977 instead of 2077 and making this date past due when its is not. Any one know of a setting or another way to handle this on the .NET side of things?
Thanks
Any help would be appreciated, I am trying to use dates to show things as past due (yesterday and earlier are past due). Problem:Because of space constraints on the form the stored procedure returns an 8 char field for dates which is no problem to work with at all I.E. mm/dd/yy. My real issue is when some one entering the dates does a fat finger and enters 06/07/2077 on the entry form the system returns it to the screen as 06/06/77 - cool no problem there - except when i try to do a compare to see if it is past due. It appears the system is reading this as 1977 instead of 2077 and making this date past due when its is not. Any one know of a setting or another way to handle this on the .NET side of things?
Thanks
Comment