vue-datetime icon indicating copy to clipboard operation
vue-datetime copied to clipboard

startdate/time and enddate/time

Open Schrijvers123 opened this issue 5 years ago • 1 comments

Versions

  • vue:
  • vue-datetime:
  • luxon:

Description:

Binding a stratdate/time and enddate/time on a such way that when you selected the startdate/time the enddate/time can't be set before the starttime.

Schrijvers123 avatar Jun 02 '20 14:06 Schrijvers123

you can set the min date of the enddate to the startdate and add the startdate as a key too. That way if you update the startdate your enddate limit updates

iasatan avatar Dec 05 '20 10:12 iasatan