Hello I am trying to get the current date at java at a Class I created but everything fails. I\'ve seen in many sites e.g. http://www.mkyong.com/java/java-date-and-calenda
You have imported wrong class. It is java.util.Date and not java.sql.Date
java.util.Date
java.sql.Date