I am working on a struts application.
I am looking for a dual select option for form.
On selection of one the other filled with values.
The js script is working on ie but not on fire fox. I need a cross brwser platform script.
Does any one can help a cross browser script for dual select box...
no the error was using two tables so it got confused which table is used:
The Query is now:
Which is no error but date is not displayed.
"select HLPOST.POST_ID, HLPOST.CAT_ID,HLPOST.TITLE,HLPOST.PRICE,to_char(HLPOST.DATE_CREATED,'Dy Mon DD, ''YY'),CATEGORY.CATEGORY_NAME from HARVIELIST.HLPOST...
I have date saved in my oracle table as:7/24/2006 12:16:53
When i Run a query like this:
select date_created from post;
It returns result like: 2006-07-24 12:16:53
I want to display the date like Mon, Jul 24, '06.
In my view of this line:
<bean:write name='browseall2'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.