Top "Calendar" questions

A calendar is a system of reckoning time in which the beginning, length and divisions of a year are defined.

Formatting a calendar date

I just want the date to show up like so: Saturday, May 26, 2012 at 10:42 PM Here's my code so far: Calendar …

android date formatting calendar
Android Days between two dates

I want to compare two dates for my Android application, but I got a really weird issue. For example: If …

java android date calendar date-difference
How do I convert a java.sql.Date object into a GregorianCalendar?

I thought I'd be able to create a GregorianCalendar using the constructor that takes the year, month, and day, but …

java date calendar gregorian-calendar
Dated reminders in sharepoint calendars

I have a departmental maintenance that needs to be done roughly every 3 months. The maintenance itself can't be automated (it …

sharepoint calendar
How can I make calendar view in Swift

I want to make simple calendar app in Swift 2, but I don't know where to start. I know there are …

ios swift iphone calendar
Java Calendar: Getting Difference Between Two Dates/Times - Off by One

I have seen many questions and answers on this topic, but none addressed my particular problem. I extended the java …

java date calendar datediff
How do you set the time and only the time in a calendar in Java?

Having the hours and minutes, is there any easier or better way to set it into a Calendar object than: …

java date calendar hour minute
Retrieve current week's Monday's date

We have a utility that will run any day between Monday - Friday. It will update some number of files …

java date calendar dayofweek
How to get number of days between two calendar instance?

I want to find the difference between two Calendar objects in number of days if there is date change like …

java android date calendar
How to get localized short day-in-week name (Mo/Tu/We/Th...)

Can I get localized short day-in-week name (Mo/Tu/We/Th/Fr/Sa/Su for English) in Java?

java calendar