This commit is contained in:
Oliver Davies 2017-07-11 18:57:51 +01:00
parent 0692d8ff00
commit 47e2ffcfda
247 changed files with 409 additions and 383 deletions

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>How to add a date popup calendar onto a custom form</h1>
<p class="posted">23rd May 2012</p>
<p class="posted text-light">23rd May 2012</p>
<p>First, I need to download the <a href="http://drupal.org/project/date" title="Date module on Drupal.org">Date</a> module, and make my module dependent on date_popup by adding the following line into my module's .info file.</p>