Skip to content

Instantly share code, notes, and snippets.

@soderlind-gist
Created January 16, 2013 00:43
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 soderlind-gist/4543616 to your computer and use it in GitHub Desktop.
Save soderlind-gist/4543616 to your computer and use it in GitHub Desktop.
piklist:datepicker
piklist( 'field', array(
'type' => 'datepicker'
, 'scope' => 'post_meta' // Not used for settings sections
, 'field' => 'field_name'
, 'label' => 'Example Field'
, 'description' => 'Click in box'
, 'attributes' => array(
'class' => 'text'
)
, 'options' => array(
'dateFormat' => 'M d, yy'
, 'firstDay' => '0'
)
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment