Home | About | Articles | How to use | Contact Us 
 
 Free service - Beta version 
 

Generate Date-Time for Podcast, Vodcast, or RSS Feed from Microsoft Office




<p>The RSS date/time format is a pain to create if you are building the XML for your RSS feed in a text editor. To make things simple, I created a single line of VBA code that would generate a properly formatted RFC 822 date string that can be used in your RSS feed file.


? format(Now(),"ddd, dd mmm yyyy hh:mm:ss") & " GMT"


http://www.cvisual.com/film-techniques/film-interview-jack-sekowski.asp


1. Open any Microsoft Office application.


? format("12/25/06 11:59:59","ddd, dd mmm yyyy hh:mm:ss") & " GMT"


4. Enter the following code into the window (all on a single line) and press the Enter key:


6. If you want to format a particular date/time, you can use code such as:


http://www.cvisual.com/film-techniques/film-interview-jack-sekowski.asp


Interview with screenwriter Jack Sekowski that also includes free download of a produced script "Who's Your Daddy?"




In the XML file for your RSS Feed, Podcast, or Vodcast, you can add a publication date to an item like this (see line):


Arts/Movies/Filmmaking


3. You should see the Immediate window at the bottom of the screen. If not, select the View > Immediate Window menu option.


5. You should see the properly formatted date and time for the present moment appear on the line below. Simply copy the text and paste it into your RSS feed file!


2. Open the Microsoft Visual Basic development editor (in Word, it is available through the Tools > Macro > Visual Basic Editor menu).


Interview with screenwriter Jack Sekowski


To generate a string for the current date-time, follow these steps:


Thu, 01 Jun 2006 09:27:21 GMT





Previous article: 21 December 2006 | Home

Previous article: 21 December 2006

Home

ARCHIVES:

  • December 2006
  • November 2006
  • Articles in September 2006


  •  
        Join RSS Ground

    Home | How to use | Articles | Privacy Notice