$(document).ready(function() {

    // adding date to the field on the found own job page
    $("#FoundOwnJobForm #field516").attr("readonly", "true").val(new Date().format('d.m.y h:ia'));
    
});