Any way to get instantiation dates from servlets?
I want to print out the day/time a servlet was loaded into memory, and, if possible, the time that the server started.
Any methods that let you grab a date? I've looked around the api docs, but nothing seems to come up. Maybe I'm just looking in the wrong places.
Thanks for any help.
Nvm, I just used the Calander class...duh.

