Created
November 1, 2018 20:53
-
-
Save beaverbuilder/e8ce9e1e00426fa97df086f433b65e5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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