I'm trying to compare 2 dates to see if one is greater than another, in traditional asp program, I'm using date diff, DateDiff("d",postDate,orientationdate)
postDate is a string converted to a date,
postDate = "04/27/2010"
postDate = CDate(postDate)
orientationDate is date/time field from an...