Tagged Questions
The weekday tag has no wiki summary.
7
votes
3answers
4k views
Joda Time: First day of week?
How do you get the first day of week given a Locale using Joda Time?
Point: Most countries use the international standard Monday as first day of week (!). A bunch others use Sunday (notably USA). ...
4
votes
3answers
587 views
How to find nearest day of week in php?
How to find a speciefic nearest day of the week in PHP if initially I have a date string like: 07.05.2010? For example, I want to find the nearest Sunday (or any day of the week). How can I implement ...
3
votes
2answers
66 views
Algorithm to find continuous days in a week
The user can select any number of week days from a list. An algorithm shall find the longest continuous group of selected days. The start day can be after the end day, if the group spans two weeks. If ...
3
votes
3answers
80 views
32 hours ago excluding weekends with php
So I have a script that does multiple checks for 32, 48 and 72 hours ago.
Basically I check my database for entries that are at least x hours old.
Now this works fine like this:
$date = date('Y-m-d ...
3
votes
3answers
84 views
Python: weekday position of following months
Given a date, how do you know the weekday position in the month (ex: third tuesday of the month) and how do you get the date for the same weekday for the next month (ex: third tuesday of the month+1)?
...
3
votes
10answers
8k views
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 is there a calendar that already has Monday as the first day of the week, instead of Sunday.
I'm currently ...
2
votes
1answer
72 views
Weekday jQuery UI Tabs open on current day
I have weekday jQuery UI tabs as follows which I want to open on the current weekday:
<div id="tabs">
<ul>
<li><a href="monday.php">Monday</a></li>
...
2
votes
1answer
48 views
Monday as first day of week for WeekArchiveView
How do I convince WeekArchiveView that Monday is the first day of week?
2
votes
3answers
198 views
Display tomorrow's name in javascript?
I am trying to output something similar to the following on our ecommerce website:
Order by 5pm today for dispatch on Monday
Obviously, the word Monday would be replaced by the name of the next day ...
2
votes
4answers
231 views
how can I make sure a day is a weekday in Rails?
I have a message substitution called next_week which basically takes Date.today + 7.days.
However, although I still want to send emails on weekends, if the next_week falls on a weekend, I want it to ...
2
votes
1answer
407 views
Changing first day of the week in NSDateFormatter
In order to get the days of the week I use:
NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] init] autorelease];
NSArray *weekdays = [dateFormatter shortWeekdaySymbols];
Weekdays gives me ...
2
votes
5answers
878 views
Getting the day 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) and month (1-12).
2
votes
2answers
360 views
View in Oracle to display rows from last weekday
I need to make a view in Oracle that will display all rows from last weekday.
So for Tuesday it should be like this cause I need all entries from Monday:
select * from table_1 where ...
2
votes
3answers
1k views
Get next date from weekday in JavaScript
would you be so kind and tell me if this is possible in JavaScript to return the next date of given weekday (it could be either a number 0-6 or names Sunday-Saturday).
Example, if today, on ...
2
votes
4answers
3k views
Equivalent of WeekDay Function of VB6 in C#
I have to convert some of my VB6 Code to C# , In my VB6 I am having code like
dim I as Long
I = Weekday(Now, vbFriday)
I want equivalent of the same in C#
Can any one Help ?
1
vote
1answer
125 views
Check day of week in Android
I want to check if the current day of the week is Sunday or not. How can I find it out? I am using this in alarm activity. Please help me. I want to setup an alarm which does not work on Sunday. ...
1
vote
2answers
61 views
Is there an R package that will handle POSIX objects and return the nth N-day of the week?
I have written a function which, when provided a range of dates, the name of a particular day of the week and the occurrence of that day in a given month (for instance, the second Friday of each ...
1
vote
2answers
186 views
how to convert a simple python code weekday check
Okay, i wrote this code myself awhile ago
but now im having trouble conerting it so it only does this years dates, ie the user would only have to type MM-DD instead of YYYY-MM-DD because we are ...
1
vote
1answer
172 views
iPhone - how may I check if a date is Monday?
I'm trying to find if a date is Monday.
To do this I proceed this way :
#define kDateAndHourUnitsComponents NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit | NSHourCalendarUnit | ...
1
vote
1answer
1k views
Can I have custom UILocalNotification repeat intervals (i.e. weekdays only?)
I would like to be able to schedule a UILocalNotification to repeat at the same time every day, but only on weekdays (no Saturdays or Sundays). Is this possible using the repeat interval feature of ...
1
vote
1answer
471 views
Java: getting current Day of the Week value
At the moment, I'm creating a java schedule app and I was wondering how to find the current day of the week while using the Calendar class to get the first day of the week.
Here is the method I'm ...
1
vote
4answers
1k views
Get string representation of a sql DateTime day
Let's say i have a sql datetime of '1 May 2009' or '12 May 2009'.
Is there any built in sql function / operation i can perform on the dates above to return the string representation of the DAY of the ...
0
votes
3answers
25 views
How to check if current time falls within a specific range on a week day using jquery/javascript?
When a user visits a page I need to check if the current time falls between 9:00 am and 5:30pm on a weekday and display something using jquery/javascript.But I am not sure how can check that.
Could ...
0
votes
1answer
131 views
finding weekday with php getdate() function
I am trying to build a function in php where it takes the user input date, which can be any date within pretty much the last 20 years. i tried to use the getdate() function in php to return to them ...
0
votes
2answers
82 views
strtotime for weekdays starting on actual week
I'm trying to get the starting monday date of the actual week we are in. Like we are July 15th and would like to have the result with strtotime to return July 11th...
I've tried
strtotime("-1 ...
0
votes
0answers
24 views
How to get a notification to run on an EEE?
I've set up a local notification that has previously worked well if I specify the specific date day number but I'm trying to change it to repeat at a set time on a particular day of the week so tried ...
0
votes
1answer
102 views
How do I get both functions to work at once in Python?
I'm really new to all this and right now I'm trying to get two functions to perform and print, but I can't seem to grasp it:
import datetime
def get_date(prompt):
while True:
...
0
votes
3answers
159 views
How can I get the timestamp for a given day of week?
Basically, I have this requirement to convert a present/future weekday to a timestamp.
Example:
today = Thu, 24 Feb 2010
weekday = Tue
next date = Tue, 1 Mar 2010
cur stamp = 1267016400
new ...
0
votes
3answers
2k views
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_id is not null
This works fine, but I wanted to get next/previous working days ...
0
votes
3answers
2k views
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. I tried to change the month, i tried everything from 1 to 12 but the result of the week day is ...
0
votes
4answers
698 views
Check if date is allowed weekday in php?
I'm stuck with a problem how to check if a specific date is within allowed weekdays array in php. For example,
function dateIsAllowedWeekday($_date,$_allowed)
{
if ((isDate($_date)) ...
0
votes
0answers
94 views
How to get value within a week of a specified date on mysql
How to get value within a week of a specified date on mysql?
Example: date is 04-23-2010.
I want to query between start and end of 04-23-2010's week.
Thanks!
0
votes
2answers
250 views
Counting the age of an item in weekdays only
I've been trying to count the age of something in weekdays. I've tried the method detailed in this question, ...
-1
votes
4answers
81 views
Java Date and time
Hey guys im trying to find some info regarding java and the calendar class. I need to write an if statement that says if it is a weekend i.e sat or sunday then do this else do this
Cheers
Thanks for ...
-7
votes
0answers
90 views
How to find the day of the week when the date is given as the input without using any inbuilt API? [closed]
For example Jan 13th 2012 should give me FRIDAY as output. Can anyone help here. Inbuilt APIs are not supposed to be used. I want the complete logic