This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
你好请问起始日期 支持动态添加吗? #23
Comments
@vincent-cong 看了你最新的一个issue,你如果是用在vue上的,那么直接使用是不支持的,需要封装vue版本 |
@rookies125 我看了下 在VUE里面需要重新赋下值就可以了,用input的VALUE |
@rookies125 麻烦问下 那个 日期的区间能否支持 动态的日期 比如 今天 之前 |
@vincent-cong 目前没做这个处理,但是可以用maxDate来实现这个,只是需要你自己来把这个maxDate算出来 |
@rookies125 好吧。了解了,最好可以前台直接控制 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
比如 min-date="2017-03-10" max-date="2017-06-1"
这里的 min-date max-date start-date end-date 可以用 变量吗? 类似 new date() 吗?
'minDate': (now.getFullYear() - 100) + '-' + now.getMonth() + '-' + now.getDate(), //最小日期
'maxDate': now.getFullYear() + '-' + (now.getMonth() + 1) + '-' + now.getDate() //最大日期
或者你加了一个 past 来支持 今天以前的不能选
能不能加一个 属性 支持 今天之后的 不能选,只能选今天以前的
如有时间,麻烦回复下 灰常感谢。
The text was updated successfully, but these errors were encountered: