view src/main/java/org/ssdt_ohio/devel/forms/pages/OneTwentyPayment.java @ 0:f4f8570d1c56

initial OTP form
author smith@nwoca.org
date Mon, 12 Nov 2012 16:29:11 +0000
parents
children
line wrap: on
line source
package org.ssdt_ohio.devel.forms.pages;

import java.text.SimpleDateFormat;
import java.util.Date;

public class OneTwentyPayment {

    public String getDate() {
       return  new SimpleDateFormat("MM/dd/yyyy").format(new Date());
    }
}