RSS Forums RSS
Please support our JSP advertiser: Lunarpages JSP Web Hosting

need some help.. thanks..

Join Date: Jan 2008
Posts: 35
Reputation: electron33 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 4
electron33 electron33 is offline Offline
Light Poster

Re: need some help.. thanks..

  #3  
Feb 5th, 2008
Change the code in red with the following.
java.util.Date today = new java.util.Date();
String s = DateFormat.getDateInstance(DateFormat.LONG).format(today);

Change to:
String s = java.text.DateFormat.getDateInstance(java.text.DateFormat.LONG).format(today);
Java does not know where to find DateFormat. It is not in the default lang namespace but in java.text namespace.

I have run your code in my editor. I failed when i run it with your code, but worked when i run
it with my code.
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 6:43 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC