Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
202 views

Is there an algorithm for determining how much daylight there is?

Is there a function/algorithm that allows me to input the latitude and the approximate orbital position of the earth in so that I can determine how long the sun is up? IE during the winter it would ...
8
votes
2answers
272 views

Calculating an overlay of day/night for Google Maps

I am trying to find a way to create an overlay for Google Maps API V3 that shows the sunlit areas of the world. This is the basic result I am looking for: http://www.daylightmap.com/index.php But ...
5
votes
2answers
330 views

NSDateComponents - day method returning wrong day

I can't seem to figure out why the day doesn't change when I get to the 6th of November, 2011. All I'm doing is iterating through the days. Any help would be appreciated. Here is my code: ...
4
votes
3answers
299 views

php program to find the my birthday where day name “Monday” for another 100 years

I was born in 1986-04-21, which is Monday. My next birthday with day name "Monday" is 1997-04-21 and so on. I wrote the program to find upto 100 year to find which year my birthday comes with ...
4
votes
4answers
11k views

How to get first day of a given week number in Java

Let me explain myself. By knowing the week number and the year of a date: Date curr = new Date(); Calendar cal = Calendar.getInstance(); cal.setTime(curr); int nweek = cal.WEEK_OF_YEAR; int year = ...
3
votes
6answers
4k views

only do if day… batch file

hello i got a batch file, something like this: if %day%==monday, tuesday, wednesday, thursday, friday ( goto yes ) else ( goto no ) Now i know the first line won't work. What i actually want to ...
3
votes
5answers
693 views

How do I get the last possible time of a particular day

I'm trying to achieve the last possible time of a particular day eg for Date of 2008-01-23 00:00:00.000 i would need 2008-01-23 23:59:59.999 perhaps by using the dateadd function on the Date field?
2
votes
3answers
88 views

SQL Counting Rows Per Day - Firebird Database

I am using a Firebird database to store Logs from an Web App. Each logged step,is stored in a different row of this table. Each Row have a Data (OADATE formatted,as a double). My next step,is writing ...
2
votes
4answers
112 views

Java - Months and days?

First of, I have been searching to find anything close to my question but I couldn't find anything. I am not a very good programmer, I have just started to play with it a little, and my interest for ...
2
votes
0answers
102 views

How to customize Adobe/Day Communique Bundle Build Process?

Is there a way to add additional build steps to the Bundle building process that is triggered when you right click and select "Build Bundle" from within CRXDE? My specific use case right now is to be ...
2
votes
3answers
758 views

Next business day of given date in PHP

Does anyone have a PHP code to calculate next business day of given date? And also how does for example YYYY-MM-DD need to be converted to find out next business day. Example: For 03.04.2011 ...
2
votes
2answers
361 views

iOS design question: How should switching between days be implemented in a table view?

I've got a bad case of analysis paralysis on this one so I thought I'd open it up to SO: I have a table view, the contents of which represent activities that took place on a given day. When the app ...
2
votes
5answers
882 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
1k views

how to implement iphone calendar day view

Does anyone know how to implement a view similar to the iphone calendar day view?
2
votes
1answer
990 views

Datepicker BeforeShowDay CSS problem with content styling

I think I'm not the only one having this problem. Whenever I try to apply a BeforeShowDay a new CSS class, the content of the "special date" is not being modified. I tried changing the default theme, ...
1
vote
3answers
166 views

How to find earliest upcoming date given a list of weekdays?

Dates in PHP are a nightmare for me so please help me out fellow coders... I want to notify customers about the day their order will be delivered. It works like this: I have 2 shipping zones, A & ...
1
vote
3answers
116 views

Getting first day of every week in 6 months

I'm trying to figure out how can I get the the first day of week for the last 6 months and can't get to a working solution. If I write date("Y-m-d 00:00:00", strtotime("-1 week", date("Y-m-d")); It ...
1
vote
5answers
113 views

Get the first day of week of a year (any programming language)

How can I get the first day of the week of any given year (day being 1 to 7, or weekday name)? I tried to figure it out in JavaScript, but I accept any other language. I need to select a year to ...
1
vote
2answers
1k views

php extract year/month/day/hour/minute/seconds from a date

if i have a date and i want to extract the year, the month, etc in PHP5, how should i proceed? if i do $y = date('Y',$sale->end); it doesn't work...
1
vote
1answer
184 views

codeigniter age form

i want to make a sign up form where i get peoples birthday but can some one explain me how to make one?. is there a function in codeigniter that do that :)?. and then the user want to edit hes ...
1
vote
7answers
430 views

.NET constant for number of seconds in a day?

Does .NET have a constant for the number of seconds in a day (86400)?
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
2answers
82 views

Bash.org Quote Of The Day

So i've been working on my website in which i'd like to add a random quote each time the page is loaded from bash.org, i Kinda got it working but i was thinking about using "preg_replace" instead of ...
0
votes
2answers
33 views

How to use DAY function in PosgreSQL database?

I have this query for MySQL database: Article.where('DAY( created_at ) = DAY( ? )', day) And I try to use the query above also in the PostgreSQL database, specifically I am trying something like ...
0
votes
1answer
15 views

Find the specific day of a given month and given year

is there a Perl module which could give me for input month and year, let say, 06-2005, what the last day of this month for this year is? For this example, it is easy, because June always has 30 days, ...
0
votes
1answer
24 views

Separate align style for day and date in a cell

I have a cell that contains day date (Mon 11/21/2011). The problem is with the formatting. I want the day part to be left aligned wrt to the cell while date part to be right-aligned. ...
0
votes
1answer
35 views

Getting current day as number on masm?

I want a program to do X task twice a month. So I though about getting the current day as number so I could do something like if day == 1 or 15 then do X Does someone has a simple masm example to get ...
0
votes
1answer
31 views

Days and Time Mathematical Expression

I have the following code: max(seconds+minutes*60+hours*3600-time,0) however I need it to also count the number of days, would anyone have any advice? Thanks! TC
0
votes
0answers
35 views

How to identify that importing ical event is an “All Day Event”

I'm trying to importing multiple day(15-09-2011 to 17-09-2011) all day event .isc file that is created in Google Calender in my Java web application. I want to know java code that identify that this ...
0
votes
2answers
67 views

Getting all weeks days label in user language

I would like to do something more clever than: String[] strDaysEn = new String[] { "Sunday", "Monday", "Tuesday", "Wednesday", "Thusday", "Friday", "Saturday" }; String[] strDaysFr = new String[] { ...
0
votes
1answer
94 views

Comparing two Date values in ActionScript - possible to compare whole day values?

I need to be able to compare the number of whole days between two dates in ActionScript, is this possible? I'd like to test if one date is 7 days or less after today, and if so is it one day or less ...
0
votes
1answer
62 views

Default script resolutions in Sling

I don't know that I have the terminology completely correct, but it seems that there are some default behaviors for script resolution in Sling (which I'm using as part of Day CQ). For example, ...
0
votes
2answers
136 views

creating list of days of month for dropdown list in django

In my django app,I need to create a dropdownlist for days of month.The view expects a 2 digit value for day(that is 01 and not 1 for first day).I have to pass a list of days to the template sothat the ...
0
votes
1answer
59 views

Problem with data <0 not being removed from data set (despite seemly correct code?)

This is my dataset (called cc) Counter Date Hour Counts 1296 02/05/2008 0 2 1296 02/05/2008 100 0 1296 02/05/2008 200 2 1296 02/05/2008 300 0 1296 02/05/2008 ...
0
votes
2answers
122 views

Array query, Index out of bounds

I'm a total newbie and know I'm probably going about this the complete wrong way. I'm trying to populate a spinner wheel with the dates of all the Mondays in a month when the user selects a given ...
0
votes
1answer
595 views

Get time difference between two time of the day stamps

I was wondering if anyone knew of a jQuery plugin or code, which allows me to find the hours between two time stamps. For example: If I enter 07:00 in the first box and 12:30 in the second, the ...
0
votes
1answer
135 views

Show last 7 days without week-end days (php)

I need to show last seven day in a select box but without week end day, in php my code for($time=0; $time<(86400*14); $time+=86400) { ?> <option value="<?php echo ...
0
votes
2answers
117 views

rails-how to update attributes based on time/day

How would you update attributes in your database based on the time of day or what day it is. I have three attributes energy, hunger, and happiness that I want to decrease by ten every hour but I don't ...
0
votes
0answers
56 views

Local notification customisation knocking it out without showing an error

I'm quite new to XCode and despite reading a heap of things in books and online I'm having a bit of trouble with setting a local notification so that the user cannot specify it but rather I can ...
0
votes
1answer
204 views

SQLite: get day

How can I return the day of a DateTime in SQLite? I have my field Date stored as a DateTime. Now I would like get the day from each row (just the day, not the full date). I tried using the ...
0
votes
1answer
324 views

Can I change the number of days in a month based on the month?

I'm creating a form, and I want it to ask the person their full birthday. I'm collecting the day, month, and year in which they were born. I have 2 questions: Can I make it so if they select ...
0
votes
1answer
94 views

iPhone - Retrieve NASA picture of the day

I would like to use NASA picture of the day in my application. I have searched a lot how to retrieve it, but so far I found no answer. Does anyone have any idea how I can do it? Thanks, Andrei
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
2answers
222 views

how to integrate GSA with Day CQ

How should i connect DAY from GSA? I would like to know if there is any way to integrate GSA with Day CQ5(CMS). Your valuables thoughts are invited. Would appreciate a quick turnaround.
0
votes
3answers
606 views

EXTJS: Month/Day Selector (ie. no year)

I am currently using a EXTJS EditorGridPanel in my application, and for one of the column inputs I require the user to be able to pick a month and day (no year). I am currently using a DateField to ...
0
votes
1answer
425 views

FullCalendar - Get Date by clicking day header in agendaWeek view

I would like to determine the date selected when clicking on the day header cell when in agendaWeek view. I can add a click handler to those header cells, but I don't quite know how to get the date ...
0
votes
2answers
359 views

Convert day number to date of this year in Reporting Services

In my dataset, values are returned grouped by a daynumber (sql: datepart(day, xx)). In SSRS (2005), I want to convert this integer back to a date value. Eg 1 becomes 1/01/2010, 32 becomes 1/02/2010. ...
0
votes
5answers
1k views

How to get first day of every corresponding month in mysql?

I want to get first day of every corresponding month of current year. For example, user selects '2010-06-15', query demands to run from '2010-06-01' instead of '2010-06-15'. Please help me how to ...
0
votes
1answer
53 views

Django display notifications by day

i have a notification list, and i want to order them by day, meaning, that i want to have in my notification list every day a title like 'Monday 16th od September' and the notifications for that day. ...
0
votes
1answer
592 views

flash as3, fade in/out layering problem

Ok, what im trying to do is make a day to night cycle behind my landscape. There is a sun and a moon, they rotate in a circle on opposite sides. (i.e. the sun is up when the moon is down and vice ...

1 2