Vincent Loy

Results 10 comments of Vincent Loy

This feature should be merged :dancers:

Hello @madhankumar028 ! Any contribution is welcome ! Just create a new PR and I will make a code review. If everything good, I will merge. Thanks for your help...

Hi @jarisgv currently, it's not directly possible with the lib. But it should be very easy to implement this feature as an optional one :)

Hello @scrog, The UTC flag was added later on the project development. The plugin will create a Date object with the given parameters (year, month, dayn hours, minutes and seconds)....

Hello @oleteacher ! Thanks a lot for your support ! Actually, there is no way to do that directly. You'll have to parse the date given by the Bootstrap Datetimepicker...

Sound great ! Very happy that the plugin can be used in a educational way ! :smile: :tada:

I just remember that in the demo, I'm using the plugin with Date objects... ```javascript var d = new Date(); simplyCountdown('.simply-countdown-one', { year: d.getFullYear(), month: d.getMonth() + 1, // Because...

Interesting. Should be optional by a parameter, because if I take French as an example, [both solutions are valid](https://dictionnaire.lerobert.com/guide/accord-du-nom-apres-zero).

It should be a great option, if you want to contribute you're welcome :smiley: That may be easly made by adding a new option like `autoRemove: true`. With default to...