Questions tagged as 'calendar'

2
answers

Search 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 should return a date in the same format 4 weeks later. Example: Entrada: 07/04/2016 saída: 05/05/2016 I read about it and thought of the following l...
asked by 07.04.2016 / 20:13
3
answers

How can I increment a day to a date in Java?

What is the best way to increment a date of type DD/MM/YYYY ?     
asked by 27.08.2015 / 17:01
2
answers

Android calendar with events

At the moment I only have this calendar. I'musingMaterialCalendarView<com.prolificinteractive.materialcalendarview.MaterialCalendarViewxmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/calendarView"...
asked by 01.08.2017 / 15:36
1
answer

Problems with date field in spring

I'm not able to retrieve a date field from my jsp. The field looks like this: <label for="txtDataEvento">Data do Evento</label> <input type="text" name="data" class="form-control" id="txtDataEvento" value="${evento...
asked by 05.06.2015 / 15:13
1
answer

Calendar is not working correctly

My conversion from timestamp to calendar was apparently successful, since the data presented appears correct except for the day of the week.    data = (java.util.GregorianCalendar)   java.util.GregorianCalendar [time = -125784706799416, areFi...
asked by 31.01.2017 / 02:37
1
answer

Change MonthCalendar Culture

Is it possible to change the date format of the MonthCalendar object of a WinForms application? It happens that the culture selected on a client's station is Polish and this is causing an error in handling application dates. I tried...
asked by 16.06.2016 / 23:23
0
answers

Popular CalendarView with Firebase data through a DataSnapchot

Hello, I'm having trouble popping up a CalendarView with a Firebase data ... is as follows: I have a "CadastroActivity" where I register events in Firebase with specific days, however now I would like to take these events and put them on thei...
asked by 22.10.2017 / 03:31
1
answer

Recover all events using FullCalendar

I need to retrieve all events from my calendar and then retrieve all the days that have an event. I've already tried $("#calendar").fullcalendar("getSource"); but iss does not work     
asked by 13.06.2017 / 19:04
0
answers

Recurrence record from calendar

I'm trying to make a recurrence record of dates for an event, I have this calendar: link I wanted to be able to click on each date, preferably from the one who is creating the event, since it would select multiple dates, to make a recurrenc...
asked by 19.07.2017 / 03:43
1
answer

Set specific time in AlarmManager by TimePicker and DatePicker

I'm doing a test before implementing the actual application. I have a two-button application (Date and Time) and a button (Schedule). As soon as the user clicks the Date button, it opens a DatePicker so that it chooses the date. On time it's the...
asked by 27.05.2017 / 16:36