DateTime
Nested widgets can be safely replaced with their analogs:
- time can be displayed with Time24, Time12, TimeAnalog, TimeScroller 
- date can be displayed with Calendar, DateScroller 
DateScroller Options
- Current Date Time As Default - bool- Default Date Time - DateTime(- stringin Inspector window)
- Format - string- Format to parse Default Date Time. 
 
- Calendar - DateBase- Widget to select date. 
- Time - TimeBase- Widget to select time. 
- Is Scroll Blocks Used - bool- Is Calendar and Time widgets are scrollers? Required for the styles support. 
Events
- OnDateTimeChanged - UnityEvent<DateTime>- The event raised when date changed. - Arguments: selected datetime.