Top "Date-formatting" questions

Date formatting is the process of displaying, handling or converting a calendar date to a specific format.

How to format a JavaScript date

In JavaScript, how can I format a date object to print as 10-Aug-2010?

javascript date date-formatting
Get String in YYYYMMDD format from JS date object?

I'm trying to use JS to turn a date object into a string in YYYYMMDD format. Is there an easier …

javascript date date-formatting
How to insert date values into table

How can I insert into table with different input using / ,with date datatype? insert into run(id,name,dob)values(&…

sql oracle datetime oracle10g date-formatting
Convert timestamp to date in MySQL query

I want to convert a timestamp in MySQL to a date. I would like to format the user.registration field …

mysql sql date-formatting
Oracle's default date format is YYYY-MM-DD, WHY?

Oracle's default date format is YYYY-MM-DD. Which means if I do: select some_date from some_table ...I lose the …

oracle date-formatting
Formatting NSDate into particular styles for both year, month, day, and hour, minute, seconds

I basically need to get current date and time separately, formatted as: 2009-04-26 11:06:54 The code below, from another question …

cocoa cocoa-touch nsdate nsdateformatter date-formatting
How do I format a date as ISO 8601 in moment.js?

This docs mention moment.ISO_8601 as a formatting option (from 2.7.0 - http://momentjs.com/docs/#/parsing/special-formats/), but neither of …

javascript momentjs date-formatting iso8601
What are the "standard unambiguous date" formats for string-to-date conversion in R?

Please consider the following $ R --vanilla > as.Date("01 Jan 2000") Error in charToDate(x) : character string is not in a …

r date date-formatting strptime as.date
How to convert date in to yyyy-MM-dd Format?

Sat Dec 01 00:00:00 GMT 2012 I have to convert above date into below format 2012-12-01 How can i? i have tried …

java date simpledateformat date-formatting