Hi can any one tell me how I can get today's date (i.e. the current system date) in Java.

Another thing how can I store the date in a object of type Date but with the format dd/mm/yy and NOT yy/mm/dd.

I also get depreciation errors from this Date class on most of it's methods, why is this?

!!! THANKS IN ADVANCE !!!