{"id":11742,"date":"2020-06-27T11:01:57","date_gmt":"2020-06-27T05:31:57","guid":{"rendered":"https:\/\/www.hiddentechies.com\/blog\/?p=11742"},"modified":"2020-10-09T18:59:19","modified_gmt":"2020-10-09T13:29:19","slug":"magento-2-add-datepicker-custom-form","status":"publish","type":"post","link":"https:\/\/www.hiddentechies.com\/blog\/magento\/magento-2-add-datepicker-custom-form\/","title":{"rendered":"Magento 2 &#8211; How to Add Date Picker in Custom Form"},"content":{"rendered":"<p>In this post I am going to explain how to add date picker in custom form.<\/p>\n<p>Date Field HTML:<\/p>\n<pre class=\"lang:default decode:true \">&lt;div class=\"field start_date\"&gt;\r\n    &lt;label class=\"label\" for=\"start_date\"&gt;\r\n        &lt;span&gt;&lt;?php echo __('Start Date'); ?&gt;&lt;\/span&gt;\r\n    &lt;\/label&gt;\r\n    &lt;div class=\"control\"&gt;\r\n        &lt;input id=\"start_date\" name=\"start_date\" title=\"&lt;?php echo __('Start Date'); ?&gt;\" class=\"datepicker input-text\" type=\"text\" value=\"\"\/&gt;\r\n    &lt;\/div&gt;\r\n&lt;\/div&gt;<\/pre>\n<p>Add the below script to apply the date picker to the field.<\/p>\n<pre class=\"lang:default decode:true \">&lt;script&gt;\r\n    require([\r\n        'jquery',\r\n        'mage\/calendar'\r\n    ], function () {\r\n        jQuery('.datepicker').datepicker({\r\n            dateFormat: 'yy-mm-dd',\r\n            changeMonth: false,\r\n            changeYear: false\r\n        });\r\n    });\r\n&lt;\/script&gt;<\/pre>\n<p>Thats it. Enjoy Magento 2!!<\/p>\n<div class=\"angwp_12010 _ning_cont _ning_hidden _ning_outer _align_center responsive\" data-size=\"custom\" data-bid=\"12010\" data-aid=\"0\" style=\"max-width:800px; width:100%;height:inherit;\"><div class=\"_ning_label _left\" style=\"\"><\/div><div class=\"_ning_inner\" style=\"\"><a href=\"https:\/\/www.hiddentechies.com\/blog?_dnlink=12010&t=1776005031\" class=\"strack_cli _ning_link\" target=\"_blank\">&nbsp;<\/a><div class=\"_ning_elmt\"><img decoding=\"async\" src=\"https:\/\/www.hiddentechies.com\/blog\/wp-content\/uploads\/angwp\/items\/12010\/Banner-2.png\" \/><\/div><\/div><\/div><div class=\"clear\"><\/div>","protected":false},"excerpt":{"rendered":"<p>In this post I am going to explain how to add date picker in custom form. Date Field HTML: &lt;div class=&#8221;field start_date&#8221;&gt; &lt;label class=&#8221;label&#8221; for=&#8221;start_date&#8221;&gt; &lt;span&gt;&lt;?php echo __(&#8216;Start Date&#8217;); ?&gt;&lt;\/span&gt; &lt;\/label&gt; &lt;div class=&#8221;control&#8221;&gt; &lt;input id=&#8221;start_date&#8221; name=&#8221;start_date&#8221; title=&#8221;&lt;?php echo __(&#8216;Start Date&#8217;); ?&gt;&#8221; class=&#8221;datepicker input-text&#8221; type=&#8221;text&#8221; value=&#8221;&#8221;\/&gt; &lt;\/div&gt; &lt;\/div&gt; Add the below script to apply the date&#8230; <\/p>\n<div class=\"actions\"><a href=\"https:\/\/www.hiddentechies.com\/blog\/magento\/magento-2-add-datepicker-custom-form\/\">Continue Reading<\/a><\/div>\n","protected":false},"author":1,"featured_media":11821,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[181,59,2138],"tags":[2129,10,27],"_links":{"self":[{"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/posts\/11742"}],"collection":[{"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/comments?post=11742"}],"version-history":[{"count":2,"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/posts\/11742\/revisions"}],"predecessor-version":[{"id":11785,"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/posts\/11742\/revisions\/11785"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/media\/11821"}],"wp:attachment":[{"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/media?parent=11742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/categories?post=11742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hiddentechies.com\/blog\/wp-json\/wp\/v2\/tags?post=11742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}