Steve
Steve
Cause found. I had overrode the default time format in an initializer: `Time::DATE_FORMATS[:default] = '%-m/%-d/%Y %l:%M%P'`. This led to a poor format being used on generation. I would propose maybe...
Was able to solve by having the editor backspace in between the new lines. ``` editor.insertNewLine() editor.backspace() editor.insertNewLine() ```
I was able to correct this in my app registrations. Under 'API Access' the 'offline_access' permission needs to be added in order for the scope to be allowed.
Workaround: Replace the gemfile entry with ```gem 'datetimepicker-rails', git: '[email protected]:zpaulovics/datetimepicker-rails.git', branch: 'master', submodules: true```