Jump to content

fredericenko

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by fredericenko

  1. I am using Jquery-ui's Date picker to pick what date I want. But now I need to store that date I type/pick from DatePicker into php variable. I tried doing this myself but it didn't work, It wasn't being saved in variable without pressing a button. Do I need to use Ajax? If yes, can you help me with that?

    Thank you.

     

    <script>

    $( function() {
    $( "#datepicker" ).datepicker();
    } );
    </script>

     

     

    <input type="text" id="datepicker" name="datepicker" placeholder="Search by date" />

×
×
  • Create New...