We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
سلام و تشکر از پکیجتون.
تو نوع datetime بجای اینکه فقط ساعت 12 غیرفعال بشه، کل روز غیر فعال میشه مثال های توی راهنمای پکیجتونم چک کردم همین مشکلو داشتن:
Regular Expressions <date-picker type="datetime" :disable="/1397\/05\/0[1-9] 12:(.*)/" />
<date-picker type="datetime" :disable="/1397\/05\/0[1-9] 12:(.*)/" />
Array of strings and RegExp <date-picker type="datetime" :disable="['1397/05/06 12:00', /(.*)22:(.*)/]" />
<date-picker type="datetime" :disable="['1397/05/06 12:00', /(.*)22:(.*)/]" />
The text was updated successfully, but these errors were encountered:
0597995
سلام دوست عزیز عذر خواهی میکنم بابت اینکه دیر شد این مشکل برطرف شد لطفا ورژن جدید رو نصب کنید اگر بازهم مشکل داشت مطرح کنید
Sorry, something went wrong.
No branches or pull requests
سلام و تشکر از پکیجتون.
تو نوع
datetime
بجای اینکه فقط ساعت 12 غیرفعال بشه، کل روز غیر فعال میشه
مثال های توی راهنمای پکیجتونم چک کردم همین مشکلو داشتن:
Regular Expressions
<date-picker type="datetime" :disable="/1397\/05\/0[1-9] 12:(.*)/" />
Array of strings and RegExp
<date-picker type="datetime" :disable="['1397/05/06 12:00', /(.*)22:(.*)/]" />
The text was updated successfully, but these errors were encountered: