javascript - How to send data from input datetimepicker.js to jsp and save this data in db -


it means that, enter value input field 07/05/2015 7:19 pm how can save value (using java, jsp, servlet, mysql) means on reload not lose value. or recommend me else

you can send request parameter or hidden field. before page submit can store value hidden variable , submit.

provide value datepicker

in action class/servlet can value

string datestring =request.getparameter("datevalue");


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -