Picker Control
Guide
Edit on GitHub ✎
A Picker represents a button which when clicked presents a native Date/Time/DateTime Picker interface to the user.
Intro
A Picker represents a button which when clicked presents a native Date/Time/DateTime Picker interface to the user.
Class synopsis
class UI\Controls\Picker { }
Predefined Constants
UI\Controls\Picker::DateA Date Picker
UI\Controls\Picker::TimeA Time Picker
UI\Controls\Picker::DateTimeA Date and Time Picker
Picker