Skip to content
New issue

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

Error parsing the date/time string: Wrong time format date/time string #1291

Open
wpessential opened this issue Nov 18, 2018 · 0 comments
Open

Comments

@wpessential
Copy link

wpessential commented Nov 18, 2018

I found an error in datetimepicker & error is here => http://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' ),
				),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant