view src/main/java/org/ssdt_ohio/devel/forms/pages/OneTwentyPayment.java @ 4:5fb47fac1404 tip

fix span for jira issue
author smith@nwoca.org
date Tue, 01 Nov 2016 14:38:33 -0400
parents f4f8570d1c56
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());
    }
}