I am trying to use the CurrentDate variable to control display of a document from a web-based training published to AICC. This document will be in Location A until it's effective date, at which time it will move to Location B thereafter. Learners access the document from the web-based training by clicking a button. If the learner accesses the training prior to the effective date, the button points to the file in Location A. However, after this date, the button must access the file from Location B. I have tried to do this in two ways: first, using an image for the button and attaching an action with an else statement - if CurrentDate < effective date, access the file in location A, Else, access the file in location B. This did not work. Regardless of what I set the effective date to in the conditions, it behaves as if the current date is always less than the effective date (even when it is not).I also tried an approach with two overlaid buttons (one for location A and one for location B), and hiding or showing the buttons based on whether the currentdate < effective date or not. Again, it acted as if the current date was always less than the effective date entered.I am using the date format of , , . For example: Wednesday, March 11,2008, as specified in the user guide. What am I missing here that this is not working?