Skipping weekends and splitting days with an event block of 3 days using fullcalender
我只是看到这个并在最后一个答案中寻找演示
我想让活动跳过周末日期和假日而不使用dragevent我只想要你从数据库中获取数据
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" android:padding="10dp"
>
<solid android:color="#FFFFFF"/>
<corners
android:bottomRightRadius="10dp"
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp"
/>
<stroke android:width="1dip" />
</shape>
这是我所做的代码事件,但它仍然无法跳过周末
http://jsfiddle.net/IrvinDominin/z27a2/4/
新手在这里ty