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

Time and date selector #20

Open
Eldenroot opened this issue Jan 6, 2019 · 2 comments
Open

Time and date selector #20

Eldenroot opened this issue Jan 6, 2019 · 2 comments

Comments

@Eldenroot
Copy link

Is possible to add time; date selector into Xthreads (Input fields type)?

Thank you!

@zingaburga
Copy link
Owner

zingaburga commented Jan 16, 2019

From memory, MyBB doesn't provide such a thing, so you have a few options:

  • create separate fields for year, month, day etc
  • use the HTML5 datetime field
  • use some Javascript date picker, attached to a textbox

I'm not sure it'll ever be added by default due to lack of standardisation for it, and Javascript pickers are more complex than I'd like. If MyBB ever uses a date picker for user facing pages, then I'm willing to consider adding that.

@Eldenroot
Copy link
Author

This would be great addition anyway :) just add another type of field?

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

2 participants