mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

futureOnly option and current option can be mixed #183

Closed HurSungYun closed 7 years ago

HurSungYun commented 7 years ago

For now, futureOnly option does not mixed with current option.

I think if there are both futureOnly option and current option, the start time of calendar should be current time.

Therefore, I changed a bit for enhnacement.

Plus, I add Persian, Latvian, Lithuanian language which in #176 #179 and #180.

HurSungYun commented 7 years ago

Due to failure, I'm gonna check the code again.

HurSungYun commented 7 years ago

I found that master branch has same problem. Please make it correct.

mugifly commented 7 years ago

I'm sorry. I'll checking CI.

mugifly commented 7 years ago

Hi, @HurSungYun

I fixed the version of jQuery of this plugin on the master branch. To support for jQuery v3, it seems some fixes are required.

Could you merge the your master branch from the my latest master branch?

Thanks.

HurSungYun commented 7 years ago

I merged the master branch and it works well.

Thank you for fixing it quickly.

mugifly commented 7 years ago

@HurSungYun Sure :) Thank you for your commit!

HurSungYun commented 7 years ago

@mugifly you are welcome. :)