Top "Calendar" questions

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

Get date in current timezone in java

I have been searching over the net from past few hours to get the datetime in my system timezone. When …

java date datetime calendar timezone
How can I utilize SimpleDateFormat with Calendar?

I've got GregorianCalendar instances and need to use SimpleDateFormat (or maybe something that can be used with calendar but that …

java date calendar formatting simpledateformat
How do I discover the Quarter of a given Date?

Given a java.util.Date object how do I go about finding what Quarter it's in? Assuming Q1 = Jan Feb …

java calendar
Android Calendar get current day of week as string

i tried to get a string with the name of the actual weekday this way: Calendar c = Calendar.getInstance(); int …

java android calendar null dayofweek
jQuery datepicker mindate, maxdate

I have the two following datepicker objects but I can't get what I want as I am getting stuck with …

jquery calendar mindate maxdate
Android Calendar View for Date Picker

I'm writing my first app, and I have a question about DatePicker. My app requires the user to input a …

android calendar android-datepicker
Recurring Events in FullCalendar

I am using jQuery FullCalendar as my calendar used in my website for availability agenda. Is there any functions/methods/…

javascript jquery calendar fullcalendar fullcalendar-3
Comparing two Calendar objects

I want to compare two Calendar objects to see if they both contain the same date. I don't care about …

java calendar theory
Is there any ready-made calendar control for iPhone apps?

I am building an applicaiton for the iPhone that will display upcoming and past events. I settled for a list …

iphone cocoa-touch interface uikit calendar