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++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -