Hi,

I am displaying date and time separately gotten from server on a JSP using 
datetimepicker tag.

My problem is that, the date shows up correctly but the time does not.

Below is the snippet of the JSP code.

Any help is appreciated.
Thanks.
-Akash

This with the type="date" shows up correctly.
                   <s:datetimepicker label="Date" 
                   name="programGuideDownloadTimeDate"
                   type="date" 
                   value="%{#sr.programGuide.downloadTime}"
                   dayWidth="wide"/>

This with the type="time" shows up INCORRECTLY.
                   <s:datetimepicker label="Time"
                   name="programGuideDownloadTimeTime" 
                   type="time" 
                   value="%{#sr.programGuide.downloadTime}"
                   dayWidth="wide"/>


       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Reply via email to