Insert DATE PICKER in customcode of editviewdefs.php

Hello,
I have create a custom code in a field in editviewdefs.php
but i can’t insert javascript to select date with Date Picker.
This is my code:

  array (
        'name' => 'data_installazione_c',
        'label' => 'LBL_DATA_INSTALLAZIONE',
        //'customCode' => '<input {$HideDateTime} class="date_input" autocomplete="off" type="text" name="date_closed" id="date_closed" value="{$fields.date_closed.value}" title="" tabindex="0" size="11" maxlength="10">',
        //'customCode' => '{if $ReadOnly == "readonly"}<input {$HideDateTime} class="date_input" autocomplete="off" type="text" name="date_closed" id="date_closed" value="{$fields.date_closed.value}" title="" tabindex="0" size="11" maxlength="10">{/if}',
        'customCode' => '
        <span class="dateTime">
        <input class="date_input" autocomplete="off" type="text" name="data_installazione_c" id="data_installazione_c" value="29-06-2019" title="" tabindex="0" size="11" maxlength="10">
        <button type="button" id="data_installazione_c_trigger" class="btn btn-danger" onclick="return false;"><span class="suitepicon suitepicon-module-calendar" alt="Inserisci Data"></span></button>
        </span>
        <script type="text/javascript">
        Calendar.setup ({
        inputField : “data_installazione_c”,
        form : “EditView”,
        ifFormat : “%d/%m/%Y %I:%M%P”,
        daFormat : “%d/%m/%Y %I:%M%P”,
        button : “data_installazione_c_trigger”,
        singleClick : true,
        dateStr : “25/06/2014”,
        startWeekday: 0,
        step : 1,
        weekNumbers:false

        });
        {if $HideDateTime == "VERO"}
        $("#data_installazione_c").hide(); 
        $("#data_installazione_c").closest("td").hide();
        $("#data_installazione_c_trigger").hide(); 
        $("#data_installazione_c_trigger").closest("td").hide();
        $("#stage").children("option[value=installato]").hide();
        {/if}
        </script>',

What happens, whats your outcome, do you get an error?

Also was this done in an upgrade safe manor just as a point of thought :+1:

What happens, whats your outcome, do you get an error?

I have an error 500 in browser and nothing appear…

Can you please check your related PHP error logs (Location can be found by searching for error_log in the php.ini) and send us any related errors

   [28-May-2020 15:11:33 UTC] PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 3037

[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 3617
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 3669
[28-May-2020 15:11:33 UTC] PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 2284
[28-May-2020 15:11:33 UTC] PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 2291
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 515
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 525
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 697
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 697
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 697
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/TimeDate.php on line 1071
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/TimeDate.php on line 2080
[28-May-2020 15:11:33 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /Applications/MAMP/htdocs/htdocs/data/SugarBean.php on line 2551
[28-May-2020 15:11:33 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /Applications/MAMP/htdocs/htdocs/data/SugarBean.php on line 2565
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Pear/Crypt_Blowfish/Blowfish.php on line 303
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1930
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1931
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1932
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1934
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1935
[28-May-2020 15:11:33 UTC] PHP Deprecated: The behavior of unparenthesized expressions containing both ‘.’ and ‘+’/’-’ will change in PHP 8: ‘+’/’-’ will take a higher precedence in /Applications/MAMP/htdocs/htdocs/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php on line 407
[28-May-2020 15:11:33 UTC] PHP Deprecated: Non-static method ACLRole::getUserRoleNames() should not be called statically in /Applications/MAMP/htdocs/htdocs/custom/modules/AOS_Quotes/views/view.edit.php on line 26
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/SugarFields/Fields/Relate/SugarFieldRelate.php on line 327
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/SugarFields/Fields/Relate/SugarFieldRelate.php on line 329
[28-May-2020 15:11:33 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/SugarFields/Fields/Relate/SugarFieldRelate.php on line 329
[28-May-2020 15:11:34 UTC] PHP Fatal error: Smarty error: [in cache/themes/SuiteP/modules/AOS_Quotes/EditView.tpl line 467]: syntax error: unrecognized tag ‘inputField’ (Smarty_Compiler.class.php, line 592) in /Applications/MAMP/htdocs/htdocs/include/Smarty/Smarty.class.php on line 1100
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 3037
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 3617
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 3669
[28-May-2020 15:11:36 UTC] PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 2284
[28-May-2020 15:11:36 UTC] PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /Applications/MAMP/htdocs/htdocs/include/utils.php on line 2291
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 515
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 525
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 697
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 697
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Localization/Localization.php on line 697
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/TimeDate.php on line 1071
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/TimeDate.php on line 2080
[28-May-2020 15:11:36 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /Applications/MAMP/htdocs/htdocs/data/SugarBean.php on line 2551
[28-May-2020 15:11:36 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /Applications/MAMP/htdocs/htdocs/data/SugarBean.php on line 2565
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/include/Pear/Crypt_Blowfish/Blowfish.php on line 303
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1930
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1931
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1932
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1934
[28-May-2020 15:11:36 UTC] PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Applications/MAMP/htdocs/htdocs/modules/Users/User.php on line 1935
[28-May-2020 15:11:36 UTC] PHP Deprecated: The behavior of unparenthesized expressions containing both ‘.’ and ‘+’/’-’ will change in PHP 8: ‘+’/’-’ will take a higher precedence in /Applications/MAMP/htdocs/htdocs/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php on line 407
[28-May-2020 15:11:36 UTC] PHP Notice: Trying to access array offset on value of type bool in /Applications/MAMP/htdocs/htdocs/data/Relationships/One2MRelationship.php on line 108
[28-May-2020 15:11:36 UTC] PHP Notice: Trying to access array offset on value of type bool in /Applications/MAMP/htdocs/htdocs/data/Relationships/One2MRelationship.php on line 108
[28-May-2020 15:11:36 UTC] PHP Notice: Trying to access array offset on value of type bool in /Applications/MAMP/htdocs/htdocs/data/Relationships/One2MRelationship.php on line 108

This looks like our interesting one

[28-May-2020 15:11:34 UTC] PHP Fatal error: Smarty error: [in cache/themes/SuiteP/modules/AOS_Quotes/EditView.tpl line 467]: syntax error: unrecognized tag ‘inputField’ (Smarty_Compiler.class.php, line 592) in /Applications/MAMP/htdocs/htdocs/include/Smarty/Smarty.class.php on line 1100

Jump into your files and try to find this then send it back so we can see what’s on that line;

unrecognized tag ‘inputField’ (Smarty_Compiler.class.php, line 592) in /Applications/MAMP/htdocs/htdocs/include/Smarty/Smarty.class.php on line 1100

Smarty.class.php line 1100

trigger_error(“Smarty error: $msg”, $error_type);