Top "Calendar" questions

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

Moment.js get day name from date

I'm using jquery and moment.js for a custom calendar. I have a date object in a variable myDate like : …

javascript date calendar momentjs
How to get previous month and years in java?

How do I find out the last month and its year in java e.g. If today is 10th oct 2012, …

java calendar java-time
Specify the date format in XMLGregorianCalendar

I want to use a Date in XMLGregorianCalendar format for sending to a web service. The web service expects information …

java calendar gregorian-calendar
How can I use PHP to dynamically publish an ical file to be read by Google Calendar?

Any Google search on PHP ical just brings up phpicalendar and how to parse or read IN ical files. I …

php calendar icalendar
How to set a reminder in Android?

I am trying to build a calendar app for Android. I am struck in the middle. I have managed to …

android calendar
How to tackle daylight savings using TimeZone in Java

I have to print the EST time in my Java application. I had set the time zone to EST using: …

java date calendar timezone
Date object to Calendar [Java]

I have a class Movie in it i have a start Date, a duration and a stop Date. Start and …

java date calendar
How to set a date as input in java?

Is there any direct way to set a date to a variable but as an input? I mean that i …

java date calendar gregorian-calendar
Java: How do you convert a UTC timestamp to local time?

I have a timestamp that's in UTC and I want to convert it to local time without using an API …

java api date calendar timezone
Check if DAY_OF_WEEK is between Monday and Friday

I'm trying to create a method which is checking if "today" is between Monday and Friday. For this I get …

java android error-handling calendar dayofweek