is there a way to add a date and time to a label
or from a button click to a textArea

like for instances

Code:
public void actionPerformed(ActionEvent e)
{
if(e.getSource()==btnDate)
{
jTextArea1.setText("Date and Time here!");
Date();

}//end btnDate
any suggestions...
thanks in advace