react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
[DEPRECATED] A react.js datetime picker for bootstrap
I'm wondering how to add time zone (using moment-timezone) to DateTimeField component, say for example "America/Los_Angeles" and use that time zone for showing current date time. Is this easily doable?...
As soon as I select date the popup closes, and I have to select it again to select the time. Since in my use case I always have users selecting...
Error in console is: **Safari** `TypeError: undefined is not an object (evaluating 's(4).Glyphicon')` **Chrome** `Uncaught TypeError: Cannot read property 'Glyphicon' of undefined` Installed `gem` 'rails-assets-sass-bootstrap-glyphicons' from **https://rails-assets.org** . Also using:...
Related to : Issue about example #157 But specifically when clicking on a day, it returns: ParentComponent.jsx:21 Uncaught TypeError: this.setState is not a function ``` import React, {Component} from 'react';...
But webpack is not supported according to Meteor Core Development ? Is the webpack conflicting with ecmascript??? Or can I only install the necessary webpack:css? Possible to do this without...
Hi guys, have a Error occur when i click to choose datetime: "Uncaught TypeError: _this.refs.dtpbutton.getBoundingClientRect is not a function", and i don't know why because my code is so simple,...
I love the way `viewMode='months'` lets the user choose a month. In my use case the user chooses only a month. The app then extracts year and month from the...
Hi, I want to add my custom class to some specific dates array so that I can highlight those dates to show that there are bookings available in those dates....
Currently the names of days (above the date picker) are hard coded strings starting with "Su" (for Sunday). However this is not always correct, since start of the week is...
I want to use the sidebyside which show the date and time together.But It's seems hard to expand. Any suggestion?