Skip to content

Instantly share code, notes, and snippets.

@tobyink
Last active September 29, 2020 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobyink/32a34508fa03da90c4cbb871ff28eeba to your computer and use it in GitHub Desktop.
Save tobyink/32a34508fa03da90c4cbb871ff28eeba to your computer and use it in GitHub Desktop.
WP Tempus Dominus Auto Example 1
<div class="form-group">
<label>Start Date (required)</label>
<input
type="date"
required
class="form-control"
id="startdate"
name="startdate"
data-tempus-dominus-overlay="ddd D MMM YYYY"
data-tempus-dominus-onclick="true"
value="2020-09-29"
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment