Top "Calendar" questions

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

Calendar Recurring/Repeating Events - Best Storage Method

I am building a custom events system, and if you have a repeating event that looks like this: Event A …

database-design calendar
Programmatically add custom event in the iPhone Calendar

Is there any way to add iCal event to the iPhone Calendar from the custom App?

ios iphone calendar eventkit
How to convert a date String to a Date or Calendar object?

I have a String representation of a date that I need to create a Date or Calendar object from. I've …

java date calendar
Calculate business days

I need a method for adding "business days" in PHP. For example, Friday 12/5 + 3 business days = Wednesday 12/10. At a minimum I …

php calendar date
Month name as a string

I'm trying to return the name of the month as a String, for instance "May", "September", "November". I tried: int …

android calendar
Find first and last day for previous calendar month in SQL Server Reporting Services (VB.Net)

I'm creating a report in MS SQL Server Reporting Services and need to set the default Start and End Date …

vb.net date reporting-services calendar
Get first date of current month in java

I am trying to get to and from date where ToDate will have previous date and FromDate will have first …

java calendar
Check if a given time lies between two times regardless of date

I have timespans: String time1 = 01:00:00 String time2 = 05:00:00 I want to check if time1 and time2 both lies between 20:11:13 and 14:49:00. Actually, 01:00:00 …

java android date calendar timespan
How do I create an iCal-type .ics file that can be downloaded by other users?

I want to create an iCal Calendar that can be downloaded from my website to the users Calendar program or …

macos calendar icalendar
How to set time to 24 hour format in Calendar

I need to set the time on the current date. The time string is always in 24 hour format but the …

java calendar