Showing posts with label DateFormating. Show all posts
Showing posts with label DateFormating. Show all posts

Java Code To Print Formated Date::



Java Code To Print Formated Date::
============================

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
         int d, m, y, temp;
        String a,newMonth,newYear="";
        d = Integer.parseInt(tf1.getText());
        m = Integer.parseInt(tf2.getText());
        y = Integer.parseInt(tf3.getText());