Line 9: | Line 9: | ||
: <code>[[GnDateTimePicker]]</code> inherits regular Android <code>[http://developer.android.com/reference/android/widget/LinearLayout.html LinearLayout]</code> widget. | : <code>[[GnDateTimePicker]]</code> inherits regular Android <code>[http://developer.android.com/reference/android/widget/LinearLayout.html LinearLayout]</code> widget. | ||
: It provides date and time entry. | : It provides date and time entry. | ||
+ | |||
+ | ==Data types== | ||
+ | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | ||
+ | |- | ||
+ | ! scope="col" | Input | ||
+ | |- | ||
+ | | title="Value" | <code>[[Datatypes#dateTime|dateTime]]</code> | ||
+ | |} | ||
+ | |||
+ | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | ||
+ | |- | ||
+ | ! scope="col" | Output | ||
+ | |- | ||
+ | | title="Value" | <code>[[Datatypes#dateTime|dateTime]]</code> | ||
+ | |} | ||
+ | |||
==Example== | ==Example== |
Revision as of 13:18, 6 August 2019
Contents
GnDateTimePicker
- Widget XML tag
<com.ginstr.widgets.GnDateTimePicker>
- Description
GnDateTimePicker
inherits regular AndroidLinearLayout
widget.- It provides date and time entry.
Data types
Input |
---|
dateTime
|
Output |
---|
dateTime
|
Example
<com.ginstr.widgets.GnDateTimePicker android:id="@+id/laundryServiceReport_dateAndTimeReceived" android:layout_width="match_parent" android:layout_height="wrap_content" />