Questions tagged as 'calendar'

0
answers

Is it possible to create a new Google calendar from an Android App?

I want to create a Google calendar programmatically that is synchronized with the Google account. I've been searching and using ContentProvider allows you to create local calendars with type ACCOUNT_TYPE_LOCAL that do not allow...
asked by 09.09.2016 / 12:30
2
answers

problem with the use of java calendar

I'm trying the class Calendar in java, I made a class that returns the current time and minutes, when I ask for the first time the current minutes work, but when I do the second the minutes do not change, for example I execute the method to 12:3...
asked by 24.08.2017 / 06:22
2
answers

Subtract days correctly

Java offers me different variables to subtract days from a date such as: DAY_OF_MONTH DAY_OF_WEEK DAY_OF_WEEK_IN_MONTH DAY_OF_YEAR I have a method in which you subtracted days or months as I wish to a date, b...
asked by 10.08.2017 / 06:02
2
answers

Android Calendar

I'm doing a date selector and when I select the date it starts in 1900, however the time starts at the current time. Is there any way that the date to choose starts on the current date? Code: public class MainActivity extends AppCompatAct...
asked by 07.07.2017 / 16:25
2
answers

Datepicker is not a function

I'm trying to make an input a calendar type to select a date, but the console always shows me the error: Uncaught TypeError: $(...).datepicker is not a function This is the code I have for the scripts and the css: <link rel="stylesheet...
asked by 20.12.2018 / 13:45
0
answers

How to get the current Date in a datetimepicker?

What I want to do is that when entering my page, my two default date fields show the current date, these are my fields <div class="form-group"> <div class="input-group date" id="datetimepicker1"> <input id="fechInicio...
asked by 20.06.2018 / 05:44
0
answers

Agenada calendar view: The following classes could not be instantiated:

I'm using a dependency on an agenda with github calendar link but at the time of declaring the view sends me the following notice in the xml and in the second error The following classes could not be instantiated: - com.gi...
asked by 08.04.2018 / 00:36
0
answers

primegaces p: calendar null

I have a page on primefaces with this simply: <h:panelGrid columns="2" cellpadding="10"> <h:form id="ejecucionesFiltroForm"> <h:panelGrid columns="2" id="filtroEjecucionesGrid" cellpadding="5">...
asked by 03.03.2018 / 20:41
1
answer

Error with inputs date in firefox

I have the following html: <input type="date" name="fecha_fin" value=""></p> In chrome it works well: But in firefox I have this error: As you can see, firefox places a calendar in front of my calendar. How can...
asked by 08.01.2018 / 08:21
1
answer

Show continuous months instead of month by month or show two months in Android CalendarView

I have tried everything and I can not show this CalendarView continuously. It shows me only one month and to see the other months I have to do Scroll down. In a mobile phone half of the screen is blank and gives the impression o...
asked by 17.10.2017 / 15:24