How can I get my computer date ?
How can I get my computer date ?
How can I get my application path ?
How can I get my computer date ?
How can I get my application path ?
> How can I get my computer date ?
new java.util.Date()
or
System.currentTimeMillis
http://www.javaworld.com/jw-12-2000/jw-1229-dates.html
> How can I get my application path ?
In general, you can't, and don't need to.