Thursday, October 20, 2011

TestTanggalKembaliBefore

package project;

import java.util.Date;



/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

/**
*
* @author admin
*/
public class TestTglKembaliBefore {

/**
* @param args the command line arguments
*/
public static void main(String[] args) throws Exception {

Koleksi tesBefore = new Koleksi();
Date pinjam = new Date (111,9,1);
Date kembali = new Date (111,8, 29);

tesBefore.setTanggalPinjam(pinjam);
tesBefore.setTanggalKembali(kembali);
System.out.println(tesBefore.getTanggalKembali());
}

}

No comments:

Post a Comment