Top "Weekday" questions

A day of the week.

How do I get the day of week given a date?

I want to find out the following: given a date (datetime object), what is the corresponding day of the week? …

python datetime weekday
How to add number of days to a date, consider only business days (i.e. ignore weekends)?

I'm trying to create a formula to calculate the n-th Business Date (only Monday to Friday are business days). For …

excel date openoffice-calc dayofweek weekday
c++ day of week for given date

I am trying to write a simple program in c++ that returns the day of the week for a given …

c++ date weekday
NSCalendar first day of week

Does anyone know if there is a way to set the first day of the week on a NSCalendar, or …

iphone cocoa calendar weekday nscalendar
How to get the day of the week from a Unix timestamp (PHP)?

How do I get the day (1-7) from a Unix timestamp in PHP? I also need the day date (1-31) …

php unix-timestamp weekday
Need to find next and previous working day in oracle

My query is somewhat like this: select 1 from dual where :p1_task_date in (sysdate,sysdate+1,sysdate-1) and :p1_task_…

oracle weekday
Start of week for locale using Joda-Time

How do you determine which day of the week is considered the “start” according to a given Locale using Joda-Time? …

java calendar jodatime weekday
Return a list of weekdays, starting with given weekday

My task is to define a function weekdays(weekday) that returns a list of weekdays, starting with the given …

python calendar weekday
How to set first day of week in a Java application calendar

We use a java application, it has a date selection field, when you click there a small calendar opens. First …

java windows calendar weekday
Objective C - How can i get the weekday from NSDate?

I need to be able to get the weekday from nsdate, i have the following code and it always return 1. …

objective-c nsdate weekday