date differenece
-
how to find the difference between two date in asp.net i want to know the difference between a.1/1/2006 and 2/1/2006 b..3/1/2006 and 2/1/2006 a return - value and b return + value?????? is there any function is there for this? and i want to return values in days is it possible?:-D CrazySanker All I ever wanted is what others have....
-
how to find the difference between two date in asp.net i want to know the difference between a.1/1/2006 and 2/1/2006 b..3/1/2006 and 2/1/2006 a return - value and b return + value?????? is there any function is there for this? and i want to return values in days is it possible?:-D CrazySanker All I ever wanted is what others have....
Hi, diff=datediff(dateinterval.month,startdate,enddate) apply this code u can get the month between the date. cheers, vijay fdsfdsfdsfsdfdsfdsf
-
how to find the difference between two date in asp.net i want to know the difference between a.1/1/2006 and 2/1/2006 b..3/1/2006 and 2/1/2006 a return - value and b return + value?????? is there any function is there for this? and i want to return values in days is it possible?:-D CrazySanker All I ever wanted is what others have....