Hj,

Why does't appear at editor ?

public void date()
	    {
           SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
           java.util.Date date = new java.util.Date();
           String datetime = dateFormat.format(date);
           this.editor.insertPlainText(datetime);
	    }

What is the editor? The code that generates the date seems fine.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.