Top "Date" questions

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

Get month name from number

How can I get the month name from the month number? For instance, if I have 3, I want to return …

python datetime date
Implement an input with a mask

I would like to implement a mask for a text input field which accepts a date. The masked value should …

html date input mask data-masking
Correctly determine if date string is a valid date in that format

I'm receiving a date string from an API, and it is formatted as yyyy-mm-dd. I am currently using a regex …

php date datetime
bootstrap datepicker today as default

I am using this bootstrap-datepicker for my datepicker. I'd like the datepicker to choose "today" for start day or default …

javascript html date bootstrap-datepicker
How to format a Date in MM/dd/yyyy HH:mm:ss format in JavaScript?

Possible Duplicate: Formatting a date in javascript I know other possible formats in JavaScript Date object but I did not …

javascript date date-format
How to convert dd/mm/yyyy string into JavaScript Date object?

How to convert a date in format 23/10/2015 into a JavaScript Date format: Fri Oct 23 2015 15:24:53 GMT+0530 (India Standard Time)

javascript date
How to find the date of a day of the week from a date using PHP?

If I've got a $date YYYY-mm-dd and want to get a specific $day (specified by 0 (sunday) to 6 (saturday)) of the …

php date
How to convert timestamps to dates in Bash?

I need a shell command or script that converts a Unix timestamp to a date. The input can come either …

bash date unix-timestamp
java.util.Date vs java.sql.Date

java.util.Date vs java.sql.Date: when to use which and why?

java sql datetime date jdbc
How to use greater than operator with date?

No idea what is going on here. Here is the query, right from phpMyAdmin: SELECT * FROM `la_schedule` WHERE 'start_…

mysql date operators