In this post I am going to explain how to add date picker field in magento 2 system.xml file or you can say in magento 2 system configuration. Here, I am using my custom module – Ht_Mymodule First, open your module’s system.xml file and add below code in it. File Path: app/code/Ht/Mymodule/etc/adminhtml/system.xml <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Store:etc/config.xsd”>…


Recent Comments