I have a Javascript function which gets a date from a jQuery datepicker.
Now i want to print this selected date in this format.
$selecteddate = strftime('%A').date("(d-n-Y)");
How can i add this date, which is a javascript variable to this php format?
Because I would like to echo $selecteddate later on..
Thanks in advance.
Basicly send the date, formatted and printed there. Thanksss!