Jack Punt

Greenhorn
+ Follow
since Jun 13, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jack Punt

Excellent article, and cheers for the professional attitude to drive correctness over "premature optimization"

But I wonder how this function works to calculate getDateBefore(date) without reference to the 'date' parameter??
One might expect to see: cal.setTime(date) before cal.add(...)
15 years ago