Search found 3 matches

by AaronPrice
Tue Jan 08, 2008 8:49 pm
Forum: JCommon
Topic: Jfinance
Replies: 4
Views: 22794

Thanks Dave, that did the trick. I updated the IBD source to refer to the latest version of jcommon, as well as a few other edits (some of the Swing reference had changed, presumably due to new versions of Java.. also the SerialDates class went away, but was replaced by SerialDateUtilities, etc.) Ev...
by AaronPrice
Mon Jan 07, 2008 9:19 pm
Forum: JCommon
Topic: Jfinance
Replies: 4
Views: 22794

Hi Dave, thanks so much for the response. The problem that we've been experiencing since the beginning of the year is that the day of week is somehow reported as one off from the actual day. For example: SerialDate sdToday = SerialDate.createInstance( gcToday.getTime() ); System.out.println(sdToday....
by AaronPrice
Fri Jan 04, 2008 10:21 pm
Forum: JCommon
Topic: Jfinance
Replies: 4
Views: 22794

Jfinance

Hello, There didn't seem to be a place for this, so here goes: I use both JFinance and JCommon packages (old stuff, I know) to calculate business days/weekends. This logic broke over the new year, due to the way that a very, very old version of jcommon (0.4.1). I've downloaded the source of the newe...