Questions tagged as 'calendar'

1
answer

Modify Dates of each object - MONTH, YEAR

I have an app where I create a posting of for example 400 reais and before saving I set the creation date and how many times I have to do it. Then saved. And right now, unless I add the post to a% launch%. If I did it twice, I have to get the...
asked by 03.11.2016 / 00:41
0
answers

Standardize edtitext type date

I would like to know how I change the format of EditText type date android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="date" android:ems="10" android:id="@+...
asked by 14.04.2016 / 12:55
0
answers

What method in windows do I get the calendar date Rage when I use two digits in the date?

I'm trying to find the windows method that allows me to search for the initial Rage year of the calendar when I use the abbreviated date with the two-digit year: dd/mm/yy . Using GetLocaleInfoA I can get the short date format wit...
asked by 15.12.2015 / 13:26
0
answers

FullCalendar - Display event date only

Does anyone know if in FullCalendar can only show the date of the events in the calendar. As shown in the example below.     
asked by 06.10.2015 / 20:44
0
answers

Android Time Square Calendar error in XML

I'm trying to build a custom calendar for Android. And for that, I'm using the Android Times Qquare library, based on this Project . I imported JAB from here . When using the XML I took from the site example: <com.squareup.timessquare.Cal...
asked by 06.11.2014 / 05:28
3
answers

AndroidStudio error OnClickListener ()

I do not know how to fix the error OnClickListener () in the java class below, only has it to fix Here is the complete code to download: link Error: classeOlaCalendario.javapackagecom.example.brainiac.olacalendario;importandroid.annotat...
asked by 03.01.2017 / 01:09
1
answer

Add months to a calendar without modifying the original instance

I'm implementing a system in which I wrap a specific date in a variable of type Calendar and then I need to manipulate it. I would like to take the value of a few months added: Calendar calendar = Calendar.getInstance(); calendar.add...
asked by 29.12.2018 / 04:16
1
answer

Error using System.Windows.Forms.SendKeys.Send ("% {DOWN}") [closed]

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 = DateTime.Now; dtpEmissao.Format = DateTi...
asked by 14.12.2017 / 11:58
2
answers

Codeigniter; Calendaring Class: highlight the current month in an annual calendar

I made a method that writes a VIEW with a calendar table that shows all the months of a year using the library Calendaring Class . It works fine, and returns this: Code:<?phpclassCalendarextendsCI_Controller{publicfunctionthis_year(){$da...
asked by 26.11.2016 / 05:17
1
answer

Compare android hours

I have a register where the establishment puts its working hours in variables String, Ex: horario_abertura and horario_fechamento format: 00:00 24hrs . I need the app to compare the current time with the opening and closing tim...
asked by 09.11.2016 / 17:54