Questions tagged as 'calendar'

1
answer

How to restrict so that a larger date and then a shorter date are not used using Calendar Restrict?

Good evening! Here is my problem: I'm making a screen that has two calendars: Theprogramwillreturnmealistcomprisingtheintervalbetweentwodates.Onedateisfromthefirstcalendar,andtheotherfromthesecondcalendar.However,mycodebelowisnotworking.&...
asked by 28.05.2016 / 00:00
1
answer

How to calculate point cards

I'm developing an application that corresponds to the calculation of total hours worked on points cards, taking into account whether it is night time reduction or not and, if so, what is the night entry and exit. The problem is: To calcu...
asked by 21.06.2016 / 16:08
2
answers

Problems comparing dates with Calendar

I am developing a system for hotel and in Reservation precise that the date of entrance is greater or equal than the one of the reservation, and the one of the exit is greater than the one of the entrance. I made these conditions, but when I pro...
asked by 23.04.2016 / 23:45
1
answer

Scrolling Dates using Calendar

I'm making a report on java , which passes a period specified by the user. In my%% of% I'm doing the treatment. Here I pick up the date passed. String data1 = DateUtil.toString(dto.getDataInicio(), "MM/yyyy"); String data2 =...
asked by 01.02.2017 / 13:10
2
answers

How to subtract hours in java?

I'm trying to make the difference in hours in my application. The case is as follows: Based on the current current time and current minute , I want to compare another time I have in a string and I need to know how many hours and how many minute...
asked by 02.09.2017 / 18:16
1
answer

Customize calendar C #

In the system I'm doing, I need a calendar that only has the weekends of each month enabled to be selected, the rest is deleted. How can I do this in C # Winforms? I searched the internet and here in the Forum and did not find anything exa...
asked by 17.12.2014 / 22:15
1
answer

View week only with Fullcalendar events

The fullcalendar has the prev and next button that moves forward and returns the weeks, if you get ahead it will show the weeks infinitely, if you return too. I need a function that allows you to display only the weeks that contain marked eve...
asked by 17.12.2015 / 12:38
1
answer

How to convert from Timestamp to Calendar?

I need to convert a resultSet of the database that returns Timestamp to a variable of type Calendar.     
asked by 04.06.2015 / 22:34
1
answer

How to make a 28 day calendar!

Next, I need to make a 28-day calendar with the following criteria: Every month should start on the first day on Sunday, so it will format the rest of the month. It is necessary next to the calendar to go the number of the week, for exampl...
asked by 29.08.2015 / 21:24
1
answer

Test date of at least one previous day

System that controls Work Orders, the moment I open a new work order call I close the previous order. If the previous work order has been opened on an earlier date (at least one day late) I close it at the end of the previous date and open the n...
asked by 12.04.2017 / 21:08