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...
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',''];
}...
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...
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.
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...
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...