How to fill datepicker field value of JS function?
For example: js_function_return_date()
$('#field').datepicker()
|
How to fill datepicker field value of JS function?
For example:
|
|||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can get the field value as follows:
And you can set it using:
Assuming "field" is id of an input box. |
|||
|
|
|
[Updated] Try this:
|
||||
|
|
|
There is an API in bootstrap-datepicker.js, https://github.com/eternicode/bootstrap-datepicker Method : update Arguments: date (String|Date) Update the datepicker with given argument or the current input value.
|
||||
|
|