Widget:VisitSchedulerRedux: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 39: | Line 39: | ||
$(".appointment").change(function(){ | $(".appointment").change(function(){ | ||
var modId = $(this).attr("id").split("-")[1]; | var modId = $(this).attr("id").split("-")[1]; | ||
var updatedAppointment = new Date($(this).val()); | var updatedAppointment = new Date($(this).val()); | ||
$(this).val(updatedAppointment); | $(this).val(updatedAppointment); |