Hi all,

I am creating a web application in APS.NET using Microsoft visual web developer.

At the moment I have a large VB script that generates a text version of the current date when the page loads and I would like to move it to a separate VB file for use on other pages throughout my application.

I created a new class, declared as follows:

Public Class DateFormatting

...