Design
let199.txt
Associated article: Letters
Tags: Web Development Design
Published source code accompanying the Letters to the Editor section of the January 1999 issue of DDJ. Letters and code written by Justin Gale, Robert Stafford, and Oleg Kiselyov.
Letters to the Editor
Year 2000 Fix
by Justin Gale
Listing One
Private Sub Command1_Click()
Dim Test_Date As Date
Dim Test_Text As String
Test_Date =3D Now
Label1.Caption =3D Format(Date, "Long Date")
Test_Text =3...


