We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found an error in datetimepicker & error is here => https://prntscr.com/ljtfq6
array( 'id' => 'event_start_time', 'type' => 'datetime', 'name' => esc_html__( 'Event Start', 'crazyhour' ), 'timestamp' => false, 'js_options' => array( 'stepMinute' => 1, 'dateFormat' => 'yy/mm/dd', 'timeFormat' => 'hh:mm:ss', 'showTimepicker' => true, 'showHour' => true, 'showMinute' => true, 'showSecond' => true, 'showButtonPanel' => true, 'oneLine' => true, 'inline' => true, ), 'desc' => esc_html__( 'Enter the event start date and time.', 'crazyhour' ), 'visible' => array( 'eventDetail', '=', 'on' ), ),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found an error in datetimepicker & error is here => https://prntscr.com/ljtfq6
The text was updated successfully, but these errors were encountered: