XF 2.0 Does XF2 have a built-in date/time picker?

I remember @Chris D had mentioned on the xf2demo back during the DP releases that they would consider exposing more of the time picker API, but if that hasn't happened then I don't think so
 
You can use the xf:dateinputrow in your template like this example:

Code:
<xf:dateinputrow name="event_date" value="" label="{{ phrase('rsvp_event_date') }}" explain="{{ phrase('rsvp_required') }}" />
 
Top Bottom