vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Greetings, In an effort to quickly scale the java/jdbc learning curve, I am porting some of my Perl DBI I'm stumped as to how to pass a ->date<- from the command line. Any help with either a code snippet or a reference to a previous posting would be appreciated. Thanks! Max Pyziur pyz@brama.com -- Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-jdbc |
| ||||
| Max Pyziur wrote: > > Greetings, > > In an effort to quickly scale the java/jdbc learning curve, I am porting > some of my Perl DBI > I'm stumped as to how to pass a ->date<- from the command line. Any help > with either a code snippet or a reference to a previous posting would be > appreciated. A Google search for: java date parse turned up: http://java.sun.com/j2se/1.4.2/docs/...ateFormat.html http://forum.java.sun.com/thread.jsp...ssageID=695579 and so on. -- Craig Ringer -- Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-jdbc |