Top "Date-formatting" questions

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

Convert string to date in my iPhone app

I have made a calendar application for the iPhone in which I have a date in string format (e.g. "…

ios string cocoa-touch date-formatting
SQL date format conversion from INT(yyyymmdd) type to date(mm/dd/yyyy)

I have a table with datekey column values(20120728,20120728...) in format of yyyymmdd as int type, I need to make them …

sql date-formatting date-conversion
PHP Fatal error: Call to a member function format() on boolean

Crashes on: <?php $date = "13-06-2015 23:45:52"; echo Datetime::createFromFormat('d-m-Y h:i:s', $date)->format('Y-m-d h:…

php datetime date-formatting
How to convert date to datetime in Oracle?

i have a date in oracle with this format DD-MM-YYY and i want to convert it to datetime with this …

sql oracle date datetime date-formatting
JavaScript convert string into Date with format (dd mmm yyyy) i.e. 01 Jun 2012

I am getting a string variable having date in format 6/1/2012, I want to convert it into 01 Jun 2012 . JS FIDDLE DEMO …

javascript date date-formatting
Using DateFormatter on a Unix timestamp

I get a crash when running and it points at the dateFormmater.timezone. The error in the console is: Could …

swift date nsdateformatter date-formatting
How to specify date format when using pandas.to_csv?

The default output format of to_csv() is: 12/14/2012 12:00:00 AM I cannot figure out how to output only the date part …

python pandas export-to-csv datetime-format date-formatting
Convert number to date sql oracle

I'm trying to convert a number (yyyymmdd) to date (mm/dd/yyyy) For example 20150302 ====> 03/02/2015

sql oracle date-formatting
Parse date in MySQL

How to convert the following into date for insertion/update into a TIMESTAMP or DATE field in MySQL? '15-Dec-09…

mysql date-format date-formatting date-parsing
Convert a time span in seconds to formatted time in shell

I have a variable of $i which is seconds in a shell script, and I am trying to convert it …

linux shell timespan date-formatting