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
However, bootstrap-datepicker no longer has these pick* options. I get the following error when trying to use them:
UncaughtTypeError: optionpickTimeisnotrecognized!
Instead, the hasTime and hasDate methods look at actualFormat to determine if time or date pickers are needed. To get things working for my datepicker, I found that specifying a format works to get hasTime to return false:
The README suggests that we add the following javascript to our project:
However, bootstrap-datepicker no longer has these pick* options. I get the following error when trying to use them:
Instead, the
hasTime
andhasDate
methods look atactualFormat
to determine if time or date pickers are needed. To get things working for my datepicker, I found that specifying a format works to gethasTime
to return false:The text was updated successfully, but these errors were encountered: