About 645,000 results
Open links in new tab
  1. sql - Converting a numeric value to date time - Stack Overflow

    Feb 16, 2017 · Your date is actually a numeric value (float or integer), stored in a char column. So, you need to convert it to a numerical value (in this case, to float) first, like:

  2. Convert INT to DATETIME (SQL) - Stack Overflow

    Oct 4, 2010 · I am trying to convert a date to datetime but am getting errors. The datatype I'm converting from is (float,null) and I'd like to convert it to DATETIME. The first line of this code …

  3. How to turn a number into a date snowflake - Stack Overflow

    Feb 28, 2023 · The end date column is of type NUMBER (38,0) and I need to turn it into a date with format 'YYYY-MM-DD' and then convert that to a string. I tried doing

  4. How to convert integer into date object python? - Stack Overflow

    Mar 17, 2012 · Now, I want to convert this integer formatted date into a python date object. Also, if there is any means by which I can subtract/add the number of days in such integer formatted …

  5. Solved: Convert Numeric to Date - SAS Support Communities

    Jul 4, 2007 · I have a variable 'date' which stores dates as numbers, eg: 20070202. Although I know this is a date SAS just sees a number. How can I convert this to a date format so I can …

  6. How to convert integer timestamp into a datetime - Stack Overflow

    Yes. pd.to_datetime is a really good method of pandas class. Even it allows you to specify the units and the timezone, which can be really helpful to determine the format of the timestamp. …

  7. How to convert integer (112 format) in to date using Dax formula?

    Nov 3, 2016 · 2 How to convert integer (112 format) in to date using DAX formula? The date is in integer format 20170727 and I want to convert it to the following 27/07/2017.

  8. sql - Convert a YYYYMM number to a date - Stack Overflow

    Mar 5, 2024 · With the latter, data type precedence will convert 01 to an integer, rather than 201807 to a string, so you end up with a number which is 201808 - not only is this not the …

  9. Convert Integer Column to Date in PySpark - Stack Overflow

    Nov 30, 2014 · 4 I have an Integer column called birth_date in this format: 20141130 I want to convert that to 2014-11-30 in PySpark. This converts the date incorrectly:

  10. Converting Excel Date Serial Number to Date using Javascript

    I have the following javascript code that convert date (string) to the Date Serial Number used in Microsoft Excel: function JSDateToExcelDate(inDate) { var returnDateTime = 25569.0 + ((inDate.