$(
    function()
    {
        $("input:text[@Model=datetime]").focus(function(){MyCalendar.SetDate(this);});
    }
);


