The date-range tag has no wiki summary.
5
votes
3answers
2k views
Prevent inserting overlapping date ranges using a SQL trigger
I have a table that simplified looks like this:
create table Test
(
ValidFrom date not null,
ValidTo date not null,
check (ValidTo > ValidFrom)
)
I would like to write a trigger that prevents ...
0
votes
3answers
618 views
Can I use Calendar in a Struts2 Validator Annotation?
Is it possible to use the java.util.Calendar in a Struts2 IntRangeFieldValidator?
The following code does not produce any OGNL errors but does not work either. I'm trying to create a validation rule ...
0
votes
1answer
433 views
Google Calendar API returns events outside date range
I'm trying to select events for the next 2 weeks starting from today's date.
The logic used is pretty easy. I get all calendars, then pick one i need to pull events from and supply the date range. ...
0
votes
2answers
887 views
Getting data from a variable number of columns in Excel using Perl with OLE
I am using OLE with Perl to build a few charts in Excel. The data is in four different worksheets depending on which of the four tests it is for. The problem is that I don't know how to set the chart ...
0
votes
2answers
817 views
How do I filter dates by a cell formula in an Excel pivot table?
I am attempting to make some reports in Excel using a pivot table of a Sql server view. One of the customer requirements is to be able to filter the reports based on a date range they select, which ...
5
votes
1answer
3k views
ORACLE SQL Date range intersections
I have a table T1, it contains a NAME value (not unique), and a date range (D1 and D2 which are dates)
When NAME are the same, we make a union of the date ranges (e.g. B).
But as a result (X), we ...
0
votes
2answers
293 views
SELECT with MySQL a specific date from a range
Table A: a_id,timemarker (datetime)
Table B: b_id,start (datetime), stop(datetime), cat(varchar)
table A
149|2010-07-19 07:43:45
150|2010-07-19 08:01:34
151|2010-07-19 07:49:12
table B
...
0
votes
1answer
690 views
Excel pivot table using date column to filter results
I have a Pivot Table which I have entered a date field into the Page Fields area to filter the data in the page.
However, I only have the option to select individual dates.
I want to use a date ...
1
vote
1answer
650 views
Django model timerange filtering method
I saw the next two method on old question here but it is not clear for me what is the difference between:
{'date_time_field__range': (datetime.datetime.combine(date, datetime.time.min),
...
1
vote
1answer
107 views
How Do I Find Common Dates in Two Ranges
I have 2 date ranges, start_date1..end_date1 and start_date2..end_date2, is there an easy "ruby" way to find all the dates that are in both ranges?
0
votes
2answers
608 views
Recursive algorithm for coalescing / collapsing list of dates into ranges
Given a list of dates
12/07/2010
13/07/2010
14/07/2010
15/07/2010
12/08/2010
13/08/2010
14/08/2010
15/08/2010
19/08/2010
20/08/2010
21/08/2010
I'm looking for pointers towards a recursive ...
8
votes
2answers
3k views
How Do I Loop Through a Date Range in Reverse?
I have a date range that I would like to be able to loop through in reverse. Give the following, how would I accomplish this, the standard Range operator doesn't seem t be working properly.
>> ...
1
vote
3answers
203 views
Complex query with two tables and multilpe data and price ranges
Let's suppose that I have these tables:
[ properties ]
id (INT, PK)
name (VARCHAR)
[ properties_prices ]
id (INT, PK)
property_id (INT, FK)
date_begin (DATE)
date_end (DATE)
price_per_day ...
2
votes
2answers
2k views
Selecting a date range where date is not null with Propel
Using Propel I would like to find records which have a date field which is not null and also between a specific range.
N.B. Unfortunately, as this is part of a larger query, I cannot utilise a custom ...
3
votes
6answers
6k views
2
votes
3answers
243 views
How do I improve this design for dealing with intersecting date ranges and resolving date range conflicts?
I am working on some code that deals with date ranges. I have pricing activities that have a starting-date and an end-date to set a certain price for that range. There are multiple pricing activities ...
1
vote
4answers
2k views
SQL - Query range between two dates (NON-VBA)
I see various topics on this around stack overflow but none that fit the contect of MS-Access...
Given a starting date and an ending date, is there a way through SQL to return records for each given ...
0
votes
5answers
4k views
SQL: count days in date range?
I have a query like this:
SELECT COUNT(*) AS amount
FROM daily_individual_tracking
WHERE sales = 'YES'
AND daily_individual_tracking_date BETWEEN '2010-01-01' AND '2010-03-31'
I am selected from a ...
5
votes
3answers
2k views
SQL CHECK constraint to prevent date overlap
I have a table that describes which software versions were installed on a machine at various times:
machine_id::integer, version::text, datefrom::timestamp, dateto::timestamp
I'd like to do a ...
0
votes
2answers
259 views
Negative dates in SQLite
Newly compiled SQLite displays a strange behavior concerning the date/time functions. Do you have any idea what is going on and how to fix it?
$ date
Mon Mar 8 14:52:11 CET 2010
$ ...
1
vote
1answer
732 views
T-SQL query to find missing IDs for a date range
Given these tables
table Channel
--------------
ChannelID int IDENTITY
<other irrelevant stuff>
table Program
--------------
ProgramID int IDENTITY
ChannelID int
AiringDate datetime
...
4
votes
6answers
10k views
SQL join against date ranges?
Consider two tables:
Transactions, with amounts in a foreign currency:
Date Amount
========= =======
1/2/2009 1500
2/4/2009 2300
3/15/2009 300
4/17/2009 2200
etc.
...
3
votes
2answers
471 views
Obtain a date range from a single date
I can do this myself of course, but is there built-in functionality in Ruby, or a library, that would let me do something like this
date = Time.now
sunday = date.week.first_day
saturday = ...
0
votes
2answers
3k views
Jquery bassistance: validate that end date is after start date
I am using jquery bassistance validation and need to verify that a start date is after an end date. I am wondering if anyone knows if this functionality exists and if I can add rules to do this or if ...
2
votes
5answers
12k views
Date Range Query MySQL
I need a query to select data between two dates with today's date as a reference.
The database has a datetime field for "start" and a datetime field for "end".
$todays_date = date("Y-m-d H:i:s");
...
0
votes
6answers
990 views
Build date range
I have a start date of 20090101 and an end date of 20091130 and I'm trying to build and array of all the months in between, which would look like this:
<?php
/* ... */
$arrDates['Jan'] = 2009;
...
0
votes
2answers
368 views
Need help with a MySQL/PHP query involving date ranges
Essentially I need to retrieve some account information from the dbase table where they have a client of the client that has been passed via GET, and the account placement date (dateplaced) is between ...
2
votes
2answers
2k views
Date Range Intersection Splitting in SQL
I have a SQL Server 2005 database which contains a table called Memberships.
The table schema is:
PersonID int, Surname nvarchar(30), FirstName nvarchar(30), Description nvarchar(100), StartDate ...
2
votes
1answer
527 views
Find if a given date is in a list of date ranges
I have a list of events that need processing on a constant basis. The process takes care of the event for some time, whereupon it needs processing again. This means that I end up, for each event, with ...
0
votes
3answers
523 views
Does anyone know of a good pre-existing javascript date range drop-down?
I'm looking for a javascript drop-down for a date range that allows the user to select start and end dates from a single form field, similar to what exists in the Google Analytics UI.
I've found a ...
0
votes
4answers
1k views
SQL date type range not according to spec?
According to MSDN the range for date datatype is January 1, 1753, through December 31, 9999
In SQL2005 the following is interesting:
declare @date as datetime
SET @date = '1/1/1901 12:00:00 AM'
...
15
votes
8answers
25k views
How to check if a date is in a given range?
If you have a $start_date and $end_date, how can you check if a date given by the user falls within that range?
e.g.
$start_date = '2009-06-17';
$end_date = '2009-09-05';
$date_from_user = ...
1
vote
2answers
176 views
SQL Query for range of dates
Lets frame the question again---
table1{date, bID, sName, fID}
{11/05,B1,A1,P1}
{12/05,B2,A2,P2}
{13/05,B1,A3,P1}
{15/05,B3,A4,P1}
{16/05,B1,A5,P2}
{19/05,B1,A6,P2}
This ...
1
vote
5answers
8k views
Limiting a date range with exactness in MS SQL / SQL Server 2005
I want to limit a report to return records from Date A through Date B. This is what I have been doing:
declare @startDate varchar(20)
declare @endDate varchar(20)
set @startDate = '01/01/2008'
set ...
10
votes
6answers
9k views
Getting Dates between a range of dates
I need to get all the dates present in the date range using SQL Server 2005
0
votes
3answers
2k views
Getting Random Durations within a range in C#
For a random event generator I'm writing I need a simple algorithm to generate random ranges.
So, for example:
I may say I want 10 random intervals, between 1/1 and 1/7, with no overlap, in the ...
3
votes
5answers
4k views
SQL Date Range Split
Can you please let me know the SQL to split date ranges when they overlap?
Data (sample data with a date range and possibly other columns):
Col1 FromDate ToDate
1. 1 1/1/2008 31/12/2010
2. ...
7
votes
10answers
3k views
How do you store Date ranges, which are actually timestamps
Java & Oracle both have a timestamp type called Date. Developers tend to manipulate these as if they were calendar dates, which I've seen cause nasty one-off bugs.
For a basic date quantity you ...
19
votes
2answers
10k views
Generating a report by date range in rails
How would you go about producing reports by user selected date ranges in a rails app? What are the best date range pickers?
edit in response to patrick : I am looking for a bit of both widget and ...