Top "Date" questions

A date is a reference to a particular day represented within a calendar system, and consists of year, month and day.

How to get the week day name from a date?

Given 03/09/1982 how can we say it is which week day. In this case it will be Tue. Is it possible …

oracle date dayofweek
How do I calculate someone's age in Java?

I want to return an age in years as an int in a Java method. What I have now is …

java date calendar
Parse String to Date with Different Format in Java

I want to convert String to Date in different formats. For example, I am getting from user, String fromDate = "19/05/2009"; // i.…

java string date
Convert seconds to HH-MM-SS with JavaScript?

How can I convert seconds to an HH-MM-SS string using JavaScript?

javascript date time date-format time-format
Calculate last day of month in JavaScript

If you provide 0 as the dayValue in Date.setFullYear you get the last day of the previous month: d = new …

javascript date
Get yesterday's date using Date

The following function produces today's date; how can I make it produce only yesterday's date? private String toDate() { DateFormat dateFormat = …

java date datetime simpledateformat
Java 8: Difference between two LocalDateTime in multiple units

I am trying to calculate the difference between two LocalDateTime. The output needs to be of the format y years …

java date datetime java-8 difference
How create Date Object with values in java

I need a date object for date 2014-02-11. I can't directly create it like this, Date myDate = new Date(2014, 02, 11); …

java date
change the date format in laravel view page

I want to change the date format which is fetched from database. now I got 2016-10-01{{$user->from_…

php laravel date
Get the week start date and week end date from week number

I have a query that counts member's wedding dates in the database. SELECT SUM(NumberOfBrides) AS [Wedding Count] , DATEPART( wk, …

sql sql-server date sql-server-2005 week-number