Top "Days" questions

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

Most efficient way to get the dates for the past 7 days?

I've got two functions which I can use to get the dates of the past 7 days and formats the into …

javascript date days
How can I get the names of days of week in JodaTime

I've a problem to calculate an entire name list of days of week, using JodaTime. Pratically, I would like to …

java datetime arraylist jodatime days
Calculating number of days between a date and today in SQL Server?

I want to calculate number of days from a date. For example, we have @date='03/16/2012'. I want to …

sql sql-server datetime count days
django days-of-week representation in model

I have this "Jobs Server" model that i'm building. I want to include a field that will save which days …

django django-models model days
Add days to current date from MySQL with PHP

I have a fixed date from MySql startDate = 07/03/2011 I wanted to add 60 days on top this date to have an …

php mysql date add days
Casio - Basic programming

It's a bit urgent... ;) Someone i know have a Casio calculator (FX-9750 / Grahp35+). There is in the menu a functionnality …

basic calculator days
Swift - Get last 7 days starting from today in array

How to get previous 7 days of the month I know how to get if today is 18, but what if today …

ios arrays swift days
Javascript Epoch Time In Days

I need the epoch time in days. I've seen posts on how to translate it to date but none in …

javascript epoch days
Joda time - all mondays between two dates

I am using Joda time api in a Spring 3.0 project for the very first time. Now I have a start …

java datetime jodatime days
VB.NET - counting days between two dates with exclusions

I'm trying to count the days between two dates, excluding Saturdays and Sundays. I've written this code so far Dim …

vb.net days