Most voted "calendar" questions
A Calendar (Calendar) is a time counting system that defines days, months and years. The term can be used for classes or libraries that manipulate and display data from a calendar, or a list of events associated with dates and times.
Learn more…67 questions
Sort by count of
-
7
votes1
answer1040
viewsHow to restrict so that you do not set a longer date and then a shorter date using Calendar Restrict?
Good night! Here’s my problem: I’m making a screen that has two calendars: The program will return me a list that comprises the interval between two dates. One date is from the first calendar, and…
-
6
votes1
answer392
viewsHow to calculate point cards
I am developing an application that matches the calculation of total hours worked on points cards, taking into account whether it is night time reduction or not and, if it is, what is the entrance…
-
5
votes2
answers989
viewsProblems comparing dates with Calendar
I am developing a system for hotel and reservation I need the date of entry is greater than or equal to that of the reservation, and the exit is greater than that of the entrance. I made these…
-
4
votes1
answer620
viewsTraversing Dates using Calendar
I’m making a report on java, I spend a period specified by the user. In my DAO I’m doing the treatment. Here I take the last date. String data1 = DateUtil.toString(dto.getDataInicio(), "MM/yyyy");…
-
3
votes1
answer1368
viewsCustomize calendar C#
In the system I’m doing, I need a calendar that has only the weekends of each month enabled to be selected, the rest is deleted.. How can I do this in C# Winforms? I searched on the Internet and…
-
3
votes1
answer1362
viewsHow to convert from Timestamp to Calendar?
I need to convert a resultSet of the returning bank in Timestamp in a Calendar type variable.
-
3
votes4
answers7937
viewsHow can I increment a day to a Java date?
What is the best way to increase a date of the type DD/MM/YYYY?
-
3
votes1
answer337
viewsSet date inside an Arraylist using Cursor
In a App finance the cursor has no type of getData or getCalendar. What to wear instead? public List<Despesa> getLista() { Cursor c = getWritableDatabase().query(TABELA, COLUNAS, null, null,…
-
3
votes1
answer198
viewsHow to make a 28-day calendar!
Next, I need to make a 28-day calendar with the following criteria: Every month should start the first day on Sunday, so this already formats the rest of the month. It is necessary next to the…
-
3
votes1
answer639
viewsShow week only with Fullcalendar events
The Fullcalendar has the button of Prev and Next that advance and return the weeks, if it keeps advancing it goes showing the weeks infinitely, if it returns also. I need a function that allows…
-
3
votes2
answers1981
viewsHow to subtract hours in java?
I am trying to days make the difference of hours in my application. The case is as follows: Based on the Current time and current minute, I want to compare another time I have in a string and I need…
-
3
votes1
answer22410
viewsHow to calculate how many weeks a given month has with Javascript?
I’m creating a calendar "in hand". I know you will say that there are several libs that already assemble the whole calendar, only in my project can not have external libs beyond Angularjs 1.5.8, I…
-
2
votes1
answer623
views -
2
votes1
answer538
viewsSet specific time in Alarmmanager by Timepicker and Datepicker
I am taking a test before implementing in the real application. I have an application with two buttons (Date and Time) and a button (Schedule). As soon as the user clicks on the Date button, a…
-
2
votes2
answers998
viewsSearch week number of the year through a date in C#
I’m writing a function that gets a string with a date (format dd/mm/aaaa) and it must return a date (in the same format) 4 weeks later. Example: Entrada: 07/04/2016 saída: 05/05/2016 I read about it…
-
2
votes1
answer159
viewsGenerate a calendar in R
I need to generate a calendar with working days in R, but only for the current year. I am using the package bizdays to generate the days, but do not know a way to select only the current year. I…
-
2
votes1
answer650
viewsTest date at least one day earlier
System that controls Orders of Service, the moment I open a new service order I close the previous order. If the previous service order was opened on an earlier date (at least one day ago) I close…
-
2
votes2
answers1707
viewsBrazilian calendars using Pandas-python
How do I import the holiday calendar from Brazil using the pandas library in python. For example, if I use the following code: from pandas.tseries.holiday import * feriados=…
-
2
votes2
answers1141
viewsAndroid calendar with events
At the moment I only have this calendar. I’m using the Materialcalendarview <com.prolificinteractive.materialcalendarview.MaterialCalendarView xmlns:app="http://schemas.android.com/apk/res-auto"…
-
2
votes1
answer138
viewsWhy does my program only work if I avoid parse Try catch?
I get a date from SQLITE but cannot understand where the error is, it is simply not visible. String dateValue = empDatadevolucao.getText() .toString() .trim(); SimpleDateFormat ft = new…
-
2
votes1
answer565
viewsCalendar showing only month and year in React
I’m developing an app with React Turn on and I wanted the calendar to show only the month and the year. I’m trying with the dependency React-Native-calendars but was unsuccessful. import React, {…
-
1
votes0
answers91
viewsAndroid Time Square Calendar XML Error
I’m trying to build a custom calendar for Android. And for this, I’m using the Android Times Qquare library, based on this Project. I imported the JAB from here. When using XML I took example from…
-
1
votes0
answers706
viewsFullcalendar - Display event date only
Does anyone know if in the Fullcalendar can only show the date of events in the calendar. As it appears in the image example below.…
-
1
votes0
answers23
viewsWhat windows method do I get the calendar date Rage when I use two digits on the date?
I’m trying to find the windows method that allows me to search the initial year of the calendar Rage when using the shortened date with the two-digit year: dd/mm/yy. Using the GetLocaleInfoA i can…
-
1
votes1
answer63
viewsChange the culture of Monthcalendar
It is possible to change the object’s date format MonthCalendar from a Winforms application? It occurs that the crop selected at a customer’s station is Polish and this is causing error in handling…
-
1
votes1
answer86
viewsModify Dates of each object - MONTH, YEAR
I have an application where I create a release of for example 400 real and before saving define the creation date and how many times I have to do. Then saved. And at this point I save I add the…
-
1
votes1
answer130
viewsRecover all events using Fullcalendar
I need to retrieve all events from my calendar and then recover every day that have an event. I’ve already tried $("#calendar").fullcalendar("getSource"); but Iss doesn’t work…
-
1
votes0
answers40
viewsPopular Calendarview with Firebase data via a Datasnapchot
Hello, I’m having difficulty in popular a Calendarview with a Firebase data... is as follows: I have a "Cadastroactivity" where I register events in Firebase with specific days, but now I would like…
-
1
votes0
answers49
viewsStandardize edtitext type date
I’d like to know how I change the format of EditText date-like android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="date" android:ems="10"…
-
1
votes2
answers476
viewsCodeigniter; Calendaring Class: highlight the current month in an annual calendar
I made a method that writes a VIEW with a calendar table that shows every month of a year using the library Calendaring Class. It works well, and returns it: Code: <?php class Calendar extends…
-
1
votes1
answer380
viewsCalendar is not working properly
My conversion from timestamp to Calendar was done, apparently successfully, as the data presented appeared correct except the day of the week. data=(java.util.Gregoriancalendar)…
-
1
votes1
answer290
viewsAdd months to a Calendar without modifying the original instance
I am implementing a system in which I set a specific date in a type variable Calendar and then I need to manipulate her. I would like to take the value of a few months added: Calendar calendar =…
-
1
votes0
answers21
viewsComponent Calendar 'Ext.calendar.panel.Panel' Extjs
Hello, I’m trying to use the Extjs 6.7 Extjs Calendar component but I’m having some difficulties with the Calendar-form-add. It is called from the event of a createButton, where the panel is opened.…
-
1
votes0
answers89
viewsRegistration of recurrence from calendar
I am trying to make a record of recurrence of dates for an event, I have this calendar: https://procurandooquefazer.com.br/data_calendario/ I wanted it to be possible to click on each date,…
-
1
votes1
answer319
viewsFullcalendar - Block drag and drop when creating new events
Hello, I have a question in drag n drop function in Full Calendar. I am doing a web project and I need to limit the use in some functions, such as limiting the scheduling time (in my case in 1 hour…
-
1
votes0
answers210
viewsDatetimepicker count and mark next working days
Good morning! I have a big problem, I use the Bootstrap Datetimepicker to include a calendar just above a stopwatch on an html page, but now it has been requested that in this calendar, the next 5…
-
1
votes1
answer340
viewsHow to insert a date into an SQL and Java tuple
I tried to insert a date into a tuple in SQL but I couldn’t, using the Calendar.getInstance() I can only get the current date, but I want to choose another date to add. public class Prova { private…
-
1
votes0
answers17
viewshow to make a summation range dynamic to include only the days of a given week
I have a table (google Sheets) that generates dynamically, by choosing the month, a calendar sheet formatted with different colors for weekends and holidays. I intend to add the weekly hours on the…
-
0
votes1
answer445
viewsMark Jcalendar when there is an event on the day
In my Java Desktop application, I’m thinking of adding a Jcalendar to easily tell you what day events will be recorded in a database. My question is whether it is possible to make an appointment or…
-
0
votes0
answers39
viewsChange the value of var and load php page
onchange doesn’t work, it just works on the first selection, then it doesn’t. ideas ?? function getComboA(sel) { $(document).ready(function(){ var id = sel.value; $('#frontend').bcp({ 'ID': id,…
-
0
votes1
answer57
viewsCompare android time slot
I have a register where the establishment puts its opening hours in variables String, Ex: horario_abertura and horario_fechamento format: 00:00 24hrs. I need the application to compare the current…
-
0
votes1
answer399
viewsPerform a task on a specific date and time
I’m trying to develop a small system that sends a e-mail every Tuesday at 08:00 in the morning. But I’m a little confused, I can already send the email and check if it’s Tuesday, but I don’t know if…
-
0
votes1
answer76
viewsError: 'Operand type Clash: image is incompatible with Numeric'
When trying to save an object in the database, gives the following exception: org.hibernate.Exception.Dataexception: could not update. [...] Caused by: java.sql.Sqlexception: Operand type Clash:…
-
0
votes1
answer427
viewsHow to handle calendar in database
Hello, I am doing a personal project, to practice programming and I came across a situation that I am struggling to resolve. A user has a routine that repeats weekly, where each day of the week he…
-
0
votes0
answers52
viewsCannot save to native calendar - Xamarin - IOS
I am saving an event in the native calendar of IOS through the code below, by the simulator works perfectly, but when I do right on the device of the iPhone this code does not work. I did two tests…
-
0
votes0
answers458
viewsCalendar in Angular 4
I have a problem... I need you to have a very simple calendar on my application. I was able to find only those who need an input, as the example below. <input class="teste"> and…
-
0
votes3
answers587
viewsAndroidstudio Onclicklistener() error
I don’t know how to fix the Onclicklistener() error in the java class below, it just has to fix it Here the full code to download: https://www.sendspace.com/file/4sgv14 Error: classe…
-
0
votes0
answers166
viewsCalendar javascript with horizontal scroll
I’m looking for some free javascript calendar, similar to what’s on the mobiscroll (https://demo.mobiscroll.com/jquery/calendar/week-view#), with only one week visible and with horizontal scroll.…
-
0
votes0
answers102
viewsDifficulties Asp.NET MVC... window does not appear correctly
I am new to the world of Asp.net Mvc and have had some initial difficulties. I’m trying to develop a calendar but by clicking a day to make an event... the window appears in a strange way, someone…
-
0
votes1
answer112
viewsCalendar Primefaces losing style with ajax update
The first faces Component is losing style after updating with ajax in the view. What do I do to solve?