wsproperties
MIS
What is the best way to display a date range when you know which date range you want and then do a booleon based on that range. Here is my example.
I have a field called gifteffectiveDate. For each transaction if the gifteffective date occured between 07/01/2007 and 06/30/2008 I want to display that range. I also want to do a booleon of true or false. In the database, the date is reflected as a date/time display such as 7/1/2007 12:00:00AM
I have a field called gifteffectiveDate. For each transaction if the gifteffective date occured between 07/01/2007 and 06/30/2008 I want to display that range. I also want to do a booleon of true or false. In the database, the date is reflected as a date/time display such as 7/1/2007 12:00:00AM