Native AngularJS datetime picker directive styled by Twitter Bootstrap
dependabot[bot] on npm_and_yarn
chore(deps-dev): bump semantic-… (compare)
hello!
I faced an issue when date time picker was added into vendor.min.js(where all the bower dependencies are minified) file and the issue was - TypeError: (intermediate value)(intermediate value)(...) is not a function. issue was happened because of the missing semicolons I guess.
such as
"use strict" - semicolon is needed.
can someone help me with this issue. I used gulp to create minified file.
how ever adding the dependency as last in bower.json fixed the issue.
Thanks in advance!
Hi there! Any ideas to store a date in Firebase. At now I need
{
"-KgWCD_BRwdpbE2b9pZ4": {
"datum": "2017-04-06T10:50",
"datumUTC": 1491475800000,
"timezoneOffset": -180
}
}
My settings of the datetimepicker is
data-datetimepicker-config="{ dropdownSelector: '#datum', modelType: 'YYYY-MM-DDThh:mm' }"
I'd like a more advanced feature modelType
Something like 'YYYY-MM-DDThh:mm+/-gmthh:mm'