we have a textfiled with date and hyperlink edit. The edit hyperlink should be enabled only when the date is between jan 2010 to Dec 2010 or else disabled.
can anyone help me how to check the datereange using <s:if > and also how pass that value to javascript to display an alert msg
sorry, from my below post its not textfiled but its field with date .
the date and the hyperlink with edit are displayed on the screen. The edit should be enable only when date ranges between Jan 2010 to Dec 2010. How can that be achieved.