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
I'm writing on behalf of @jrubenoff (in dobtco/dispatch#42), who asks: is there a configuration option for setting the default time to a certain hour of the day (e.g. 12am) instead of defaulting to the current time?
If not, would you be open to a PR? I could probably use a pointer to where in the code I should be looking, too.
Thanks for your time!
The text was updated successfully, but these errors were encountered:
varcal=rome(input);// for example tomorrow at 8:00 AM through moment.jsvartomorrowat8am=moment().startOf('day').add(1,'days').add(8,'hours');cal.setValue(tomorrowat8am);
Set value can receive different kind of formats, from the docs:
Forces a refresh of the calendar. This method will redraw the month and update the dates that can be selected in accordance with dateValidator and timeValidator.
First off, thanks for the great library!
I'm writing on behalf of @jrubenoff (in dobtco/dispatch#42), who asks: is there a configuration option for setting the default time to a certain hour of the day (e.g.
12am
) instead of defaulting to the current time?If not, would you be open to a PR? I could probably use a pointer to where in the code I should be looking, too.
Thanks for your time!
The text was updated successfully, but these errors were encountered: