All Tags » date (RSS)

Browse by Tags

  • Importing a DATE field from Word to Access

    I am importing some information from a Word form's fields into a table in Access, but am having trouble with the DATE fields. The code below is only PART of the entire code; everything works/imports well, except that the date comes in as 12/29/1899 no matter what the Word document says for the date...
    Posted to Oracle (Forum) by software on 06-14-2010
  • Date Format in XSLT

    Hello, I just started learning XSLT so please bear with me. Is there an easy way to format the date node below to something like "16-09-2007" removing all the extra information? I would need this to sort by date... Mon, 16 Sep 2007 17:54:26 +0000 Thanks..
    Posted to XSLT (Forum) by software on 06-02-2010
  • How to get the current date in XSLT?

    Hi there, I am trying to get the current date in my XSLT but unavailable to achieve it. The following is an example of my XSLT using the EXSLT but it is not working. It is complaining that it doesnt recognise the template. Any clues anyone? thanks http://www.w3.org/1999/XSL/Transform " xmlns:date...
    Posted to XSLT (Forum) by software on 06-02-2010
  • Format date DD/MM/YYYY

    Hi, I'm getting a date from a table, and then I want to save it to another table, but I want to save the date in the format dd/mm/yyyy... how do I do that? I don't want to get any 5/5/2004... I want to get 05/05/2004. Thanks for your help here's my code : var DateTemp = new Date() DateTemp...
    Posted to ASP (Forum) by software on 06-02-2010
  • move and rename files with current date appended to file name

    I have the following perl code that copies and renames files with the current date appended to the file name. I need to modify it to move and rename the files with the date appended to the file name. I took a stab at it thinking move.pm would work but not luck. Can someone help me make this modification...
    Posted to Perl (Forum) by software on 06-02-2010
  • convert date into unix timestamp

    Hi, i would like to convert a date format into unix timestamp. I searched the whole web but did not find anythin yet. Any sollutions?? tnahx a lot
    Posted to Perl (Forum) by software on 06-02-2010
  • Pure XSLT Date Formatting

    I was wondering if there is a way to format dates with a pure XSLT solution? Take for example yahoo's rss feed using the date as : Thu, 08 Jan 2004 14:01:20 GMT I need to change that into something smaller... If this is possible could you please show examples for serveral differnt formats ie 1/8...
    Posted to XML (Forum) by software on 06-02-2010
  • VBScript to Filter Files by Last Modified Date

    I have a VBScript that ive been working with , its shy of what I'd like to accomplish . I would like to be able to specify in the .ini to only output files last modified after a particular date or not modified within x amount of days. This sorts them by modified date, and can specify overall age...
    Posted to XML (Forum) by software on 06-02-2010
  • MSSQL date time format

    ive got a MSSQL date / time format like: Oct 24 2006 12:00AM im trying to change it so it displays like: 24/Oct/2006 using the mktime() but im getting: Warning: mktime() expects parameter 4 to be long, string given in c:\Inetpub\wwwroot\prelease\index.php on line 549 01/Jan/1970 My code: echo date('d...
    Posted to PHP (Forum) by software on 06-02-2010
  • extract year, month and date from mysql date field

    Hi, I've got a mysql field called birthday of type date : It seems to display in the form YYYY-MM-DD. Now I want to extract the year, month and date and store them to seperate variables //get from database and store in $birthday $birthday=$row["birthday"]; $date = getdate ($birthday); ...
    Posted to PHP and Databases (Forum) by software on 06-02-2010
Page 1 of 80 (798 items) 1 2 3 4 5 Next > ... Last ยป