I am using this code
<script type='text/javascript'>
$(document).ready(function() {
$('#calendar').fullCalendar({
firstDay: 2,
eventSources: [
{
url: 'data.php',
type: 'POST'
}
]
})
});
</script>
but the calendar still starts on Sunday
According to their docs, I am using it right
What is the problem?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…