abcbaby
Results
1
issues of
abcbaby
Should update boostrap-datetimepicker.js parseDate(). Currently the date is set to: ``` date = new Date(0, 0, 0, 0, 0, 0, 0), // which is Dec. 31, 1899 ```` change to:...