Ok I have a litle problem I am trying to write a program that does the following on this
pdf.
This is what I have for code...btw i'm using jbuilderx
package test;
import javax.swing.*;
import java.lang.Date;
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2004</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
public class Untitled1 {
public Untitled1() {
}
public static void main(String[] args) {
Untitled1 untitled11 = new Untitled1();
String whatisyourName;
whatisyourName = JOptionPane.showInputDialog(null,
"What is your name?");
JOptionPane.showMessageDialog(null,
"" + whatisyourName + date);
String date;
Date today;
today = new Date ( );
date = new SimpleDateFormat ( "MM/dd/yy*)
}
}