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".

Date Conversion with ThreadLocal

I have a requirement to convert incoming date string format "20130212" (YYYYMMDD) to 12/02/2013 (DD/MM/YYYY) using ThreadLocal. I know a …

java simpledateformat date-conversion
How do I convert dd/mm/yy into date datatype

I am able to convert the following to a varchar type SELECT CONVERT(VARCHAR(11),'01/02/14',103) I am getting an …

sql-server sql-server-2008 date date-conversion
Converting Numbers from Western Arabic Digits "1,2,3..." to Eastern Arabic Digits "١, ٢, ٣...."

I need to convert date stored in database into Hijri and display the same in Arabic I used the Culture …

c# asp.net date-conversion
Convert "YYYYMMDD" format string to date in MDX?

I have some issue with applying date related functions on the "YYYYMMDD" format string in MDX. For example, if I …

sql-server-2012 mdx date-format date-conversion
Convert From Hijri to Georgian date in ASP & C#?

I have two text boxes, One in Hijri Date which I am inserting date in this text box using the …

c# asp.net date-conversion
How to convert date format in golang?

I would like to convert date format from 2010-01-23 11:44:20 to Jan 23 '10 at 11:44 in golang. I tried few functions …

date go time date-conversion
Getting SQL error SQL State S1009

I'm trying to insert values into a table (inquiry) the first value is of type Date , and I'm getting an …

java mysql database date-conversion
Converting Gregorian date to Julian Date and then back again (with time)

I'm writing a program that has to convert the current gregorian date and time to a Julian Date and then …

c++ date gregorian-calendar date-conversion
Why does strtotime give different result in different timezone?

I am not sure why strtotime() in PHP returns different result in different timezone even though same date is given …

php strtotime unix-timestamp date-conversion
Convert Date String to another Date string with different format

I need to convert an string date with format yyyyMMdd to a date string with format MM/dd/yyyy. Which …

c# date-conversion date-parsing