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 split a string at the first `/` (slash) and surround part of it in a `<span>`?

I want to format this date: <div id="date">23/05/2013</div>. First I want to split the …

javascript jquery date split substring
How to convert java.util.Date to java.sql.Date?

I am trying to use a java.util.Date as input and then creating a query with it - so …

java sql datetime date
Converting ISO 8601-compliant String to java.util.Date

I am trying to convert an ISO 8601 formatted String to a java.util.Date. I found the pattern yyyy-MM-dd'T'HH:mm:…

java date iso8601
Query comparing dates in SQL

I have a table with dates that all happened in the month November. I wrote this query select id,numbers_…

sql sql-server date compare
Format date as dd/MM/yyyy using pipes

I'm using the date pipe to format my date, but I just can't get the exact format I want without …

date angular angular-pipe date-pipe
How to format date and time in Android?

How to format correctly according to the device configuration date and time when having a year, month, day, hour and …

android date time formatting format
jQuery UI DatePicker to show month year only

I am using jQuery date picker to display the calendar all over my app. I want to know if I …

javascript jquery date jquery-ui jquery-ui-datepicker
java.util.Date to XMLGregorianCalendar

Isn't there a convenient way of getting from a java.util.Date to a XMLGregorianCalendar?

java xml date xmlgregoriancalendar
How to calculate number of days between two given dates?

If I have two dates (ex. '8/18/2008' and '9/26/2008'), what is the best way to get the number …

python date
How to get time difference in minutes in PHP

How to calculate minute difference between two date-times in PHP?

php date time minute