-
```
These are what I changed after the first code review.
- I wrote the author and basic description on top of confirmation page
class and alarm class.
- OneTimeAlarmReceiver class is no longer t…
-
I'm implementing `DateTimeInput` component. Logically and visually it's a combination of `DateInput` and
`TimeInput` components. So, naturally, I was going to do something like this:
``` jsx
render(…
-
Hey all
I'm trying to make a simple "TimeInput" component which needs to validate that the input looks like a valid time.
For some reason, my validation doesn't seem to be running. When I enter an i…
-
I have a property name in my schema which is lower-case, e.g.:
*@SWG\Definition(definition="TimeIntput", type="object",
\* required={ "time" },
\* @SWG\Property(property="time", type="…
-
```
These are what I changed after the first code review.
- I wrote the author and basic description on top of confirmation page
class and alarm class.
- OneTimeAlarmReceiver class is no longer t…
-
I'm using this time format
$('.timeinput').datetimepicker({format:'Y-m-d H:i:s'});
When I pick a time, the seconds default to the _current time's_ seconds.
Is this intended? Can I make it default to …
-
I see on the datepicker I can use data-value with a string to have a date pre populated, but I don't see something similar for the time picker. How can I get this to work?
-
Hello!
I wonder if it is possible to link the timepicker with the datepicker from JQuery Ui (http://jqueryui.com/datepicker/)
I'd like to have different times available to pick depending on the week…
-
```
These are what I changed after the first code review.
- I wrote the author and basic description on top of confirmation page
class and alarm class.
- OneTimeAlarmReceiver class is no longer t…
-
HI,
Not sure if this is a issue or a feature request but I have the following declaration:
$(document).ready(function() { $(jqElemTo).timepicker({'minTime':'6:00am', 'maxTime':'10:00pm', 'step':'15'…