DISQUS

DISQUS Hello! A Noted Path by Theodore Nguyen-Cao is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

A Noted Path by Theodore Nguyen-Cao

Personal blog of Theodore Nguyen-Cao
Jump to original thread »
Author

Java WTF: Calendar vs Date

Started by Theo · 8 months ago

I’ve been doing some date math at work and I came across something I thought was wack.
Check this out:

Calendar cal1 = Calendar.getInstance();
Thread.sleep(500);
Calendar cal2 = Calendar.getInstance();
Thread.sleep(500);
Date now = new Date% ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login