XThreads-MyBB-Plugin icon indicating copy to clipboard operation
XThreads-MyBB-Plugin copied to clipboard

Time and date selector

Open Eldenroot opened this issue 5 years ago • 2 comments

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

Thank you!

Eldenroot avatar Jan 06 '19 13:01 Eldenroot

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.

zingaburga avatar Jan 16 '19 09:01 zingaburga

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

Eldenroot avatar Feb 09 '20 14:02 Eldenroot