Giter Site home page Giter Site logo

Comments (3)

k2director avatar k2director commented on May 30, 2024 1

HI Adrien, I'm sorry for the delay, I had been pulled to another project last week. But I just got back to Flatpickr and YES, you were right about fixing it by converting my Date field to Datetime, like so:

  flatpickr_default_date: invoice.due_date.to_datetime,

So going forward, I will create my Date fields as Datetimes, for a little more flexibility.

THANK YOU, I'm really enjoying having such an easy way to handle date picking in a Rails-friendly way...

H

from stimulus-flatpickr.

adrienpoly avatar adrienpoly commented on May 30, 2024

In the Rails app example here is how I pass the date from the backend to Flatpickr
https://github.com/adrienpoly/rails_stimulus_flatpickr/blob/master/app/views/appointments/_datepicker.html.erb

so using the default_date is the way to go

maybe the problem comes from your field being a Date and not a DateTime. This could explain why Time.zone.now works

looking at the flatpickr doc here are the accepted format for the default date
https://flatpickr.js.org/examples/#supplying-dates-for-flatpickr
so make sure invoice.due_date returns one of the accepted format
maybe you can try invoice.due_date.to_datetime

from stimulus-flatpickr.

adrienpoly avatar adrienpoly commented on May 30, 2024

Closing this for now.
Feel free to re open it if you still have the issue

from stimulus-flatpickr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.