on 5/21/2000 7:58 AM, Nissim <[EMAIL PROTECTED]> wrote:

> When sending timestamps to PGSL, you have to do this:
> 
> SimpleDateFormat df = new SimpleDateFormat("EEE MMM dd hh:mm:ss.S yyyy
> z");
> sql.append("WHERE dateField =
> '").append(df.format(someJavaDate)).append("'");
> 
> That's for the default date formatting on the servet.  You can also
> change that format on the server, but I don't know how.
> 
> -Nissim

The driver won't accept a new java.util.Date() or java.sql.Date() objects
and do the right thing?????

That is stupid.

-jon

-- 
    Java Servlet Based - Open Source  |        Collab.Net
        Bug/Issue Tracking System     |   now hiring smart people
       <http://scarab.tigris.org/>    |  <http://Collab.Net/jobs/>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to