Skip to content

Instantly share code, notes, and snippets.

@soderlind-gist
Created January 16, 2013 00:45
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/4543632 to your computer and use it in GitHub Desktop.
Save soderlind-gist/4543632 to your computer and use it in GitHub Desktop.
piklist:timepicker
piklist( 'field', array(
'type' => 'timepicker'
, 'field' => 'time'
, 'label' => 'Time'
, 'description' => 'Choose a time'
, 'options' => array(
'startTime' => date( 'H:m A' )
, 'show24Hours' => false
, 'separator' => ':'
, 'step' => 15
)
, 'value' => date( 'H:m A' )
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment