$(function() {
    $("#fixture_played_on").datepicker({ dateFormat: 'dd/mm/yy' });
});

