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

Remove Timepicker Option For Date Field #1750

Closed
coleh33 opened this issue Jan 11, 2018 · 2 comments
Closed

Remove Timepicker Option For Date Field #1750

coleh33 opened this issue Jan 11, 2018 · 2 comments
Milestone

Comments

@coleh33
Copy link

coleh33 commented Jan 11, 2018

I updated to the latest develop branch and noticed that an old feature in the customizer has changed when using the date field. A time choice is now associated with choosing the date, however I do not need that option. Is there a value that can be passed to disabled the time portion of the date field? If not, can this feature please be added.

@aristath
Copy link
Contributor

Thanks, I missed that part.
Fixed in the develop branch, will be included in the next release.
In the future if someone wants to add time, they can add
'choices' => array( 'include_time' => true ).

@aristath aristath added this to the 3.0.23 milestone Jan 22, 2018
@steve231293
Copy link

Hello @aristath,

I added 'choices' => array( 'include_time' => true ) but date control not show time.

Could you please check it again?

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

3 participants