Skip to main content

Questions tagged [calendar]

A calendar is a system of reckoning time in which the beginning, length and divisions of a year are defined. The term may refer to a software class or library for the manipulation and display of calendar data, or to a list of events with associated dates and times, managed by a human via an application or operating system user interface.

calendar
-7 votes
2 answers
132 views

Get Date and Month by using a number in JAVA

I want to get the date and month by using a given number. How can I do that with calendar class easily? example : 079 is march 19.
Dilan Tharaka's user avatar
-8 votes
4 answers
618 views

Java Android Calendar/DateFormat this format XXXXXXXX [closed]

I actually use this Calendar calendar = Calendar.getInstance(); final String currentDate = DateFormat.getDateInstance(DateFormat.FULL).format(calendar.getTime()); result = wednesday 27 march 2019 ...
Braindead's user avatar
-8 votes
2 answers
775 views

Is there any calendar view libs that support English as well as Hebrew(Arabic the same)

I found the most famous lib for calendar view https://github.com/prolificinteractive/material-calendarview And really this lib works fine, but if I use it with Hebrew locale(rtl) so Calendar view ...
Sirop4ik's user avatar
  • 5,041
-8 votes
1 answer
4k views

JAVA - Calendar.getInstance().get(Calendar.YEAR) VS Calender.YEAR

What is the difference between these 2 lines of code? Or are they the same? int year = Calendar.getInstance().get(Calendar.YEAR); and this: int year = Calender.YEAR;
Denzel van Belle's user avatar
-8 votes
2 answers
1k views

How to add 30 days (month) to given date? [duplicate]

I use CalenderUtil for this.i tried few times with my code.but it didn't work.starting date given by date chooser and after the addition of 30 days it need to be set ending date to the other date ...
Cheshan Shaleekshana's user avatar
-9 votes
3 answers
2k views

android: how to display the month and years in words from the Calender Date in android? [closed]

i am getting a date from server in this format ----->>>>> 2013-1-18 i need to show the date in the following format------->>>> Thursday,January 18 How to do it?????
Varun's user avatar
  • 87
-9 votes
1 answer
2k views

Creating a PHP Calendar [closed]

I am trying to create a calendar to show the events to be held or already held. I'm planning on a full screen calendar so that the events can be shown right beside the date . Can some one tell me how ...
Pradyumna Challa's user avatar
-10 votes
1 answer
1k views

Calendar add method error when going beyond the year

I must be using the java.util.Calendar#add(...) method wrong as it is giving me unexpected results. Assume some initial conditions: I create a Calendar object and initialize it to January 30, 2012. I ...
Hovercraft Full Of Eels's user avatar
-10 votes
1 answer
376 views

CalenderView In Android

I need to develop a CalenderView in Android, which should look similar to the following, Output of Calendar which I need I have Googled for it and followed the steps, but it am not getting the ...
Shrirambaabu's user avatar

15 30 50 per page
1
913 914 915 916
917