function pricePerDayOfWeek() {
var day = moment(jQuery('input[name="calendar_name"]').val()).day();
var price = 100;
if(day == 0 || day == 6) {
// Day is a Saturday or Sunday
price = 110;
}
jQuery('#priceDiv').html("The price will be " + price + " Euros";
}
2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for
goods and services provided by ChronoEngine.com