Do it like this |
| Sanjay Verma replied to divya rocks at 08-May-08 06:53 |
Its simple.
Make one boolean variable. Create one function which returns boolean value. like Public bool IsSameDate(date1, date2) {
}
pass bothe the dates to the function and compare them. It they are same set the boolean variable as true otherwise false and return that variable from the function. |
| Biography |
| Asp.Net Developer |
|