Best way to manage date and time in java with SQL Server
807597Jan 27 2005 — edited Jan 28 2005Hi All
I'm developing an application that will insert date and times in SQL Server and then will work with this data (adding time, etc) and I want to know which is the best data type to do the job with java.
Should I use Date/Time or Timestamp ?
Thanks in advance
j