Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 29th, 2003, 10:18 AM
masaratm masaratm is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 4 masaratm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Display Current Date In The Select Box

I am tyring to display a bunch of dates using the drop down menu is my jsp page using the following code:

Check Schedule For <select size="1" name="chk_Date">
<%
cal.add(Calendar.DATE, -7);
for (int i=0 ; i < 13; i++)
{
cal.add(Calendar.DATE, 1);

%>
<option value="cur"><%=(new java.text.SimpleDateFormat("MM/dd/yyyy")).format(cal.getTime()) %>
<% } %>
The select drop down display previous 6 days from current date & the future 6 dates from the current date. I want the drop down to show the current date when accessing this page. Right now it goes to the last date in the list, instead it should select the current date by default & display that in the drop down when this page is opened.

Any ideas & any help would be highly; appreciated????

Thanks in advance.....

Reply With Quote
  #2  
Old April 29th, 2003, 10:50 AM
masaratm masaratm is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 4 masaratm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I solved my own problem....

Check Schedule For <select size="1" name="chk_Date">
<%
cal.add(Calendar.DATE, -7);
for (int i=0 ; i < 13; i++)
{
cal.add(Calendar.DATE, 1);
%>
<option value="cur" <%if (i==6) { %> selected <% } %>><%=(new java.text.SimpleDateFormat("MM/dd/yyyy")).format(cal.getTime()) %>
<% } %>

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > Display Current Date In The Select Box


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway