Re: getDate as time in millis.

2001-10-11 Thread Morgan Delagrange
Sure,that sounds reasonable. Nick Pellow wrote on 10/10/01 3:41 am: >Hi, >I am using the dbtags >(resultset) for some simple >looping and displaying of >static data. It is great, >however I was wondering if >there is nice way to get the >date/time as a long from the >getColumn, getNumber

getDate as time in millis.

2001-10-10 Thread Nick Pellow
Hi, I am using the dbtags (resultset) for some simple looping and displaying of static data. It is great, however I was wondering if there is a nice way to get the date/time as a long from the getColumn, getNumber, getDate, getTime set of tags. I need the same result as a Date.getTime() call. This