Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Rufus Williams   on Mar 29 In Java Category.

  
Question Answered By: Daniel Costa   on Mar 29

date is a class that can deal with date  values. SQL date is a date
string, usually in ISO format

YYYY-MM-DD

which is better for sorting values in sequential order as the dates
will be in chronological order.

Share: