Top "Date-arithmetic" questions

The term 'date-arithmetic' refers to determining via code such information as how many days, hours, etc.

Using sql DATEADD function in java

When I run queries using DATEADD it seems that the database does not recognize this function. also when I just …

sql derby date-arithmetic dateadd
Comparing the Oracle Interval Data Type

I have an oracle time interval in a select statement like this: SELECT ... CASE WHEN date1 - date2 > 0 THEN …

sql oracle intervals date-arithmetic select-case
Find the NSDate for next Monday

I want to get the date of the next Monday after the current date. So if today's date is 2013-08…

cocoa cocoa-touch nsdate date-arithmetic
How do I a convert a number to an INTERVAL of minutes?

In pseudo-Oracle, I want to do the following: select systimestamp + to_interval(select NUMERIC_COLUMN from SOME_TABLE where SOME_…

oracle date-arithmetic