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
-
0
votes1
answer34
viewsChanging a field with a respective color
I’m having a doubt not your where to start I have a project based on an hourly calendar in which this calendar has a table with several squares and I need to change the color of these squares with…
-
0
votes1
answer35
viewsAddevent in the table
I have the script below: <script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script> <div title="Add to Calendar" class="addeventatc">…
-
0
votes0
answers36
viewsDo not start calendar (eventCalendar) with upcoming events
I would like to start the calendar by showing the events of the current month and not the upcoming events. <link href="admin/coisasDoSite/calendario/EventCalendar/css/eventCalendar.css"…
-
0
votes0
answers105
viewsRegistration of dates from the 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,…
-
0
votes1
answer281
viewsError using System.Windows.Forms.SendKeys.Send("%{DOWN}")
In a windows form application I have a Datetimepicker and I do not want it to display the date so I did the following: public CadNovoPagamento() { InitializeComponent(); dtpEmissao.Value =…
-
0
votes0
answers101
viewsHow to filter Column in Jtable with Calendar type data
I’m trying to filter dates using the Tablerowfilter, but it is not working properly even selecting in the filter the exact column and for example typing 24/11/2017 the filter after typing the first…
-
0
votes1
answer43
viewsCalendar with slide on days of the month
personal I am apprentice, I imagined a project and I really wanted to accomplish, I need to be able to give life to this calendar, although I can only call the idea of a calendar. Where in the…
-
0
votes1
answer51
viewsHow do I manipulate a date in an Edittext to add up to 1 day?
I receive in an Edittext a date and I need that when pressing the renewal button this date is increased 1 day. package br.edu.unp.bibliotecavirtual.view; import android.content.Intent; import…
-
0
votes0
answers25
viewsProblems with scheduled notifications
I am developing an application that must issue a notification with date and time informed by the user and the notification is not being issued. I’m using Alarmmanager to set the time and another…
android calendar android-notification android-alarmmanagerasked 4 years, 12 months ago João Marcos 11 -
0
votes2
answers28
viewsData Calendar updating alone
I have a method in the application where I add the service date the warranty time the customer has. To execute the method I return from the database a list with all sales/services performed and when…
-
-1
votes1
answer81
viewsAccording to this rule, how do I click the button (BACK) and save the dates I chose?
public class Calendario extends AppCompatActivity implements View.OnClickListener { Button voltar; com.prolificinteractive.materialcalendarview.MaterialCalendarView calendarView;…
calendarasked 8 years, 12 months ago Mauro Santos 672 -
-1
votes1
answer832
viewsDate query in python calendar?
I’ve been studying python for just over a week, but I’d like to perform a more action or bros as follows. will be placed the monetary value and places the day of closing the card and the day of…
-
-1
votes1
answer48
viewsHow to compare dates?
I created an NN/NN/NNNN mask in my editText to capture due date, without a calendar, all done in edt. Then I used Simpledateformat to capture the current system date. I made a comparison with the…
-
-1
votes2
answers1092
viewsHow to create a C Calendar?
I need to elaborate an algorithm that writes the calendar in the following format: I’m testing at 2 months but I can’t maintain lateral alignment. My code is that way: #include <stdio.h>…
-
-1
votes2
answers1092
viewsHow to create a C Calendar?
I need to elaborate an algorithm that writes the calendar in the following format: I’m testing at 2 months but I can’t maintain lateral alignment. My code is that way: #include <stdio.h>…
-
-1
votes1
answer28
viewshow to filter what will appear in Recyclerview
I want to filter what will appear in Recyclerview, is possible? There is a Calendarview and I want that when someone clicks on a day from the calendarview, it shows itemviews only from that date,…
android android-studio android-adapter android-recyclerview calendarasked 3 years, 5 months ago izadora 1 -
-2
votes1
answer90
viewsprinting calendar with wrong days
good day galley I made an agoritimo that generates the calendar of a given year however for bisext years it is returning days correctly but for years not bisextos it brings dates for different days,…