You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obx(() {
return DateTimePicker(
type: DateTimePickerType.time,
initialTime: TimeOfDay.now(),
cursorColor: Colors.yellow,
initialValue: controller.startTime.value,)
I am using GEtx and I solved it by making him listen to observable value
I am using the 12 Hr Format and would like to also capture AM and PM. Currently it only returns the time. Here's my code:
What am I missing?
The text was updated successfully, but these errors were encountered: