Skip to content

Instantly share code, notes, and snippets.

@beaverbuilder
Created November 1, 2018 20:53
Show Gist options
  • Save beaverbuilder/e8ce9e1e00426fa97df086f433b65e5b to your computer and use it in GitHub Desktop.
Save beaverbuilder/e8ce9e1e00426fa97df086f433b65e5b to your computer and use it in GitHub Desktop.
<?php
'my_date' => array(
'type' => 'date',
'label' => 'My Date',
'min' => '2000-01-01', // Optional
'max' => '2018-12-31', // Optional
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment