hi
i have the problem when i save my booking date it is get saved in te data base as
for the month jan to sep its like (e.g for the MONTH of march -26/3/2008) and so on and now how can i make it to saved as in the format of (dd/MM/yyyy)
bcos there is problem in selecting when i compared =to today date, and when i order by date
Inside my BookRoomController.java
i have the
public ArrayList getDateList()
{
return Util.get12Months();
}
Util.get12Months is calling ->getMonthString->
i attached my my Util java there is one more Method
public static String getTodayBooking() { - in Util java
kindly help me in solving the problem how can i make the value to be saved inthe data base as
for jan to sep as dd/MM/yyyy
waiting for ur kind reply
thank you
with lots of thanks
jeeevnjosh
Start Free Trial