jrthor2
03-23-2007, 10:24 AM
I have an application where I don't want to show something in my left navigation until a certain date. I want to be able to change this date in a properties file so that I don't have to redeploy my entire application, and I can just restart my project. Could someone supply me with some code that will take the current date and read the date in the properties file, and if the current date is before the properties date, return a false boolean, else return a true boolean?
Thanks!
Thanks!