XThreads-MyBB-Plugin
XThreads-MyBB-Plugin copied to clipboard
Time and date selector
Is possible to add time; date selector into Xthreads (Input fields type)?
Thank you!
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.
This would be great addition anyway :) just add another type of field?