Questions tagged [jquery-week-calendar]

jQuery-weekly-calendar is a weekly calendar plugin based on jquery and jquery-ui

jQuery-weekly-calendar is a weekly calendar plugin based on jquery and jquery-ui.


Resources


26 questions
0
votes
2 answers

pass json data ajax from php but time is change in php when data get

i write code for event calendar in jQuery plugin when i send data from ajax to php for store event in database my time is different in JavaScript and php my time in JavaScript Tue Jan 02 2018 09:00:00 GMT+0530 (India Standard Time) when i get this…
Bhargav Chudasama
  • 6,928
  • 5
  • 21
  • 39
0
votes
1 answer

Changing starting hours in jquery Week Calender?

I'm using jquery week calendar for scheduling some appointments, everything is working great, But I want calendar to start with 6:00am instead of 12:00am. I've checked all jquery's public functions for calendar customization but couldn't find a way…
Omar Bahir
  • 1,237
  • 5
  • 20
  • 48
0
votes
1 answer

Issue with scrolling height for jquery weekday calendar

I currently have a weekday calendar with some events on it. My calendar is custom and does not contain any times. Only Sun-Sat columns and blocks of information for events. The issue I'm having has to do with adjusting the scroll height(vertical…
Kala J
  • 2,040
  • 4
  • 45
  • 85
0
votes
1 answer

Cant remove padding in table header column using bootstrap 3 jquery-calendar

i have the following issue. I created a calendar using the jquery-week-calendar by themouette and also i use jquery. The thing is that the hour column is not aligned with the slot columns as you can see in the following fiddle (fiddle will not work…
GriffiN
  • 84
  • 10
0
votes
1 answer

How to display data in Jquery Week Calendar from Database

My application is in Asp.net MVC3 coded in c#.Net. I'm using Jquery Week Calendar for showing the time slot. I have successfully able to use and implement it. But now i want to show the values on the time slot from the database, which i'm not able…
Sam M
  • 1,077
  • 2
  • 20
  • 42
0
votes
1 answer

jQuery Week Calendar without overlapping events

I am making a jquery calendar using the jQuery Week Calendar plugin (see https://github.com/themouette/jquery-week-calendar). In my calendar, it should be impossible to schedule an event overlapping with a previously scheduled event. What is the…
0
votes
2 answers

Event position not proper fit on days column on moving time in jquery week calendar plugin in Mozilla Firefox

I have a problem with event UI when i am dragging(Not drop yet) event first time. It does not move column to column; instead it's dragging like this: But once I dropped (it set proper place) that event and again started dragging it so it drags…
HybrisHelp
  • 5,518
  • 2
  • 27
  • 65
0
votes
1 answer

JQuery Week Calendar: Only shows header on initial load

Here's the jsfiddle: http://jsfiddle.net/pRqPz/7/ When I click on a button to hide one div and show another (which has the calendar), only the calendar header loads. When I click to another view and click back, the entire calendar loads. I've tried…
fumeng
  • 1,771
  • 5
  • 22
  • 61
0
votes
1 answer

Arrangements of days from top to bottom intead of left to right in fulcalendar

i am trying to change the arrangements of days in fullcalendar. Now days are arranged from left to right in moth, week view. i need to arrange the days from top to bottom instead of left to right. They use tables for arranging the days .In my…
anfas
  • 356
  • 2
  • 3
  • 13
0
votes
3 answers

Get object in JavaScript array where appointments.id = calEvent.id

How can I get the object in the appointments array, where appointments.id = calEvent.id? appointments.push({ id: id, start: startFormatted, end: endFormatted, title: '' + title + '
' + body + '
', …
nimrod
  • 5,595
  • 29
  • 85
  • 149
-6
votes
1 answer

How to find out the date of the first day of week from the week number in C++

Need a C++ function to find out the date of the first day of week from the week number. Input : year and week number Output : date [It should be 1st day of that week number] e.g : inputs : year – 2017, week number – 8 Output: 20th Feb…
user2991556
  • 115
  • 1
  • 10
1
2