Hey
I want to get the date and time with miliseconds in a format such as:
2012-02-09 12:41:52.982
or
2012-02-09 16:41:52.129
How can I do this in Java?
(If I can get a localized version of "Tuesday" as "Tues" as well even better but if not, I dont mind. Something stupid and unrequired.)