Questions tagged as 'fullcalendar'

0
answers

Display data in datetime-local input from DB

I am using fullcalendar, and when I click on an event I am passing its data to the fields of a modal, all the other data are shown in the corresponding inputs, except for the two datetime-local inputs that are not shown , nevertheless if I pass...
asked by 02.10.2017 / 18:28
0
answers

Filter fullcalendar events

I need to filter the events that are shown on the screen by means of a select, that when selecting a value, in this case one of the career leaders, only shows the events belonging to that career leader, for which I am using .change of javascript...
asked by 02.10.2017 / 21:40
0
answers

String "ISO8601 date string" to PHP

Good morning. I'm working with FullCalendar. When I create an event, it returns a string "ISO8601 date string", I would like to translate it to PHP (date ("Y-m-d H: i: s")) I know that to convert to an ISO8601 cademna is date ("c", strotime (...
asked by 18.10.2017 / 13:30
1
answer

I have a problem with Fullcalendar and the INNER JOIN framework Codeigniter

Already update my publication, I already recognize the id of the project and I do the JOIN well, in an alert you can see the result of the query, I already painted the calendar but as if it were empty. The phases do not place them. What I int...
asked by 31.07.2017 / 17:59
1
answer

How to pass a url on full calendar?

In my url variable I want to pass all the fields of a query last name paternal and maternal but in the navigation bar shows & "amp;" There will be a way to remove it I leave the code @section('javascript') <script> $(document)....
asked by 18.04.2017 / 21:39
2
answers

Full calendar, events are stepped on

Hello a question some way so that the events are not walked on? my code to show the events is this: events: function (start, end, timezone, callback) { var user = $('#iduser').val(); $.get('horario/' + user, function (data) { var...
asked by 21.01.2018 / 00:24
2
answers

paint the background-color of the holidays in a fullcalendar

I am implementing the Fullcalendar widget in yii2 but I have not been able to paint the background-color of the holidays and Sundays. I do not know who can help me, I have a lot of time looking for a guide but I could not thank you     
asked by 17.11.2017 / 22:24
1
answer

FullCalendar one day before specified

When I put a start and end date, then it is placed one day before, for example: 2017-12-01 to 2017-12-03 one day before 2017-12-02 I am using moment.js and this is the format I have moment(start).format('YYYY-MM-DD')     
asked by 04.12.2017 / 20:52