Top "Days" questions

A day is a unit of time which is equal to an interval of 24 hours.

momentJS date string add 5 days

i have a start date string "20.03.2014" and i want to add 5 days to this with moment.js but i don't …

javascript momentjs add days
Calculate days between two dates in Java 8

I know there are lots of questions on SO about how to get, but I want and example using new …

java java-8 java-time days date-difference
Increase days to php current Date()

How do I add a certain number of days to the current date in PHP? I already got the current …

php date days
How to Subtract Days in MySQL

How can I subtract time in MySQL? For example, today is 16 March; I want to subtract 15 days to reach 1 March. …

mysql datetime days date-math
Algorithm to add or subtract days from a date?

I'm trying to write a Date class in an attempt to learn C++. I'm trying to find an algorithm to …

c++ algorithm add days subtraction
How can I calculate the number of days between two dates in Perl?

I want to calculate (using the default Perl installation only) the number of days between two dates. The format of …

perl datetime date time days
Pyspark: How to add ten days to existing date column

I have a dataframe in Pyspark with a date column called "report_date". I want to create a new column …

date pyspark add days
Calculate number of days remaining

I would like to calculate the number of days remaining before a date. In my database I have a timestamp …

php date days
JavaScript format number to day with always 3 digits

Possible Duplicate: How can I create a Zerofilled value using JavaScript? I have to output a day number that must …

javascript numbers format digits days
Grouping records hour by hour or day by day and filling gaps with zero or null

I have written a query that counts records hour by hour: select TO_CHAR(copied_timestamp, 'YYYY-MM-DD HH24'),count(*) …

oracle group-by hour days