Questions tagged as 'calendar'

1
answer

Ruby on Rails - Create calendar from scratch

As part of my project, I would need to create a calendar that would show the weeks in pairs, instead of monthly. Any clue? The user should not be able to create events. Only be able to select an available slot or not. Thanks in advan...
asked by 15.05.2017 / 15:05
1
answer

Does not refresh Datepicker when using beforeShowDay

Good morning. I am using Jquery UI datepicker as follows: $(document).ready(function(){ initComponent(); }); var j = 0; function checkDate(date) { j++; if (j>5 && j<10) { return [true, 'event','']; }...
asked by 16.01.2017 / 12:28
1
answer

Calendar on Android [closed]

Good, I need to include in my application a system of attendance control, for that I need to show a kind of calendar where the assistances are shown, how could I do it to show this in an activity? I need some clue or idea to know where to start...
asked by 28.02.2017 / 01:47
1
answer

Class claendar Python

I need to make a python program that by a date, specifically on February 19, 2020. get what day of the week will fall, it is important that it is through the use of the class calendar, thanks to antemeno.     
asked by 22.11.2018 / 08:52
1
answer

Check if two objects of the class java.util.calendar point to the same day without taking into account the time

I'm trying to compare two dates stored in calendar objects. At the time of seeing if they are equal or minor, or not, I have no problem, the difficulty arises when some of those calendar objects have a date and time stored, and others do not. Wh...
asked by 28.02.2018 / 22:06
2
answers

Date - Calendar - System date in JAVA in real time Thread

I try to add to a JLabel the date and time of the current system running the application. It shows me the date and time of the system when launching / executing the file JAVA but it does not update it at the time of execution of the p...
asked by 10.01.2017 / 21:34