Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kent Hamilton   on Feb 26 In Java Category.

  
Question Answered By: Chaths Massri   on Feb 26

Your date  variable Today may not have been
initialized! Initialize it using one of the following
statements:

Date Today = null
// or
Date Today = new Date();

Share: 

 
 


Tagged: