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".
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-conversionI 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-conversionI need to convert date stored in database into Hijri and display the same in Arabic I used the Culture …
c# asp.net date-conversionI 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-conversionI have two text boxes, One in Hijri Date which I am inserting date in this text box using the …
c# asp.net date-conversionI 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-conversionI'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-conversionI'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-conversionI am not sure why strtotime() in PHP returns different result in different timezone even though same date is given …
php strtotime unix-timestamp date-conversionI need to convert an string date with format yyyyMMdd to a date string with format MM/dd/yyyy. Which …
c# date-conversion date-parsing