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.

[354 byte] By [zensunnia] at [2007-11-26 19:54:31]
# 1
The easiest way to record the Servlet load date time would be to use log4j and put a log statement in the servlet init method. As for the server start time, most servers have logging for when they start-up.
tolmanka at 2007-7-9 22:47:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...