-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to declare form field option strings. #436
Comments
Which writeup are you referring to? |
Your readme. I'm trying to declare my dateTime object as just a Time. |
In your form class, add the following method:
|
(You don't have to declare it in the |
Wow, that was obvious and easy. Thanks! One more obvious and easy one. Can I change the display text string to the actual time I chose and just the time? |
Try
|
That wasn't quite what I was looking for. I'm trying to format the date string value. I'd like it to show only the time. And the time I've selected. Currently, it's displaying a different time. |
Er… that's curious. Maybe an issue with the locale being different for the picker than the label? |
I'm getting an entire formatted date string when I choose a time. I'm hoping to make the value equal the time chosen. |
In your writeup (which is great by the way), you mention that options (like time from dateTime) are declared in the interface. Can you give me an example of this in a file?
The text was updated successfully, but these errors were encountered: