About 400 results
Open links in new tab
  1. Excel formula - 1st of month following 30 days | Tek-Tips

    Nov 22, 2003 · I am trying to write a formula in excel that will convert a date to the 1st of the month following 30 days. Can anyone help me?

  2. convert text field to date/time field using VBA | Tek-Tips

    Mar 20, 2008 · I need to use VBA to convert a field in an imported table from a text data type to a date/time data type. Any suggestions greatly are appreciated.

  3. Convert Datetime to Julian Date | Tek-Tips

    May 13, 2004 · Hi im hoping someone can help me here please. I have a datetime picker which returns a selected date like: 01/12/2004 I need to convert this to a julian number. In excel its easy you just …

  4. How to get datepart month with 2 numbers | Tek-Tips

    Dec 9, 2002 · Datepart returns an integer value. It won't have a leading zero. You can always convert the integer to a character string and add the leading zero. Here is one method. replace (str (month …

  5. Convert Date and Time to number | Tek-Tips

    Mar 1, 2013 · Hi, How could I convert the date and time (for example '15.02.2013 19:58:50' ) in 2 (or more) decimal number?

  6. Convert MonthName to Integer | Tek-Tips

    Feb 2, 2004 · By taking the string say "December" and adding "-01-2005", you get "Decembe-01-2005" which is a valid date format for date value function. The function makes the string into a date, …

  7. Floor (datetime) | Tek-Tips

    Jun 11, 2004 · The datetime format is represented internally in SQL server as an 8-byte number: Values with the datetime data type are stored internally by Microsoft SQL Server as two 4-byte integers. The …

  8. Date Format issue | Tek-Tips

    Mar 21, 2016 · Alternative method is to create a derived column or data conversion step on your dataflow and convert the datetime to a date. The above will give you the value as a date - but does …

  9. Convert 834 file to Excel | Tek-Tips

    Dec 9, 2013 · I currently receive 834 Benefit Enrollment files each week that need to be compared. I canview the data using a parser or EDI notepad, but I need to compare large amounts of data for …

  10. Excel 'Convert to Number' via VB code | Tek-Tips

    Mar 4, 2009 · When the warning icon is clicked you get the option to 'Convert to Number' - which then removes the small green triangle top left in the cell. How can this same trick ('Convert to Number' …