hello i am faced with the required of inputting date values. i am using jstl and taking inputs using <select.. my problem is that i am appending them to a string and then use DateFormat.parse to get a date object out of it. am using ibatis to store the value back to the db but its being stored unreliably. sometimes it works and other times it doesnt. when i do a date.toString() i get yet another date and when i print using dateformat(DateFormat.SMALL) it shows the correct inputed date.
can someone shed some light on where i am going wrong. or a better and more effect method of inputting dates. thanks a lot. rajat --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

