How to submit the date with ajax?

There is a typo:

Use below statement under save_appointment function

//indexes are case sensitive, note the capital 'D'
$aptDate    =   wp_strip_all_tags($_POST["aptDate"]); 

instead of

$aptDate    =   wp_strip_all_tags($_POST["aptdate"]);