Top "Date-conversion" questions

Conversion of dates from one calendar or notation to another, for example, converting Julian calendar February 29, 1700 to Gregorian calendar March 11, 1700, or "March 11, 1700" to "1700-03-11".

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
Convert PHP date into javascript date format

I have a PHP script that outputs an array of data. This is then transformed into JSON using the json_…

javascript php json datetime date-conversion
Convert String Date to String date different format

I am new to Java. Postgres db contain date format is yyyy-MM-dd. I need to convert to dd-MM-yyyy. I have …

java simpledateformat date-conversion
How to get datepicker value in date format?

I have a problem with my Datapicker i use the code for getting date,month & year shown below DatePicker …

android date datepicker date-conversion
SQL convert string to date format 112

I have an input date and I need to convert it to format 112 (yyyymmdd) for use later on in my …

sql sql-server tsql sql-server-2000 date-conversion
How can I convert a date in Epoch to "Y-m-d H:i:s" in Javascript?

How can I convert following date in epoch: 1293683278 to following readable date: 2010-06-23 09:57:58 using Javascript? Thanks!

javascript date transformation epoch date-conversion
How convert Gregorian date to Persian date?

I want to convert a custom Gregorian date to Persian date in C#. For example, i have a string with …

c# date gregorian-calendar date-conversion persian
Convert dd/MM/yyyy to MM/dd/YYYY

I need to convert "28/08/2012" to MM/dd/YYYY format that means "08/28/2012". How can I do that? I am using below …

c# date-formatting date-conversion
How to convert a "HH:MM:SS" string to seconds with PHP?

Is there a native way of doing "HH:MM:SS" to seconds with PHP 5.3 rather than doing a split on …

php time date-conversion
converting gregorian to hijri date

I want to convert from Gregorian to Hijri(Islamic) date and I need a java class for this converting. I …

java date gregorian-calendar date-conversion hijri