|
|
@@ -9,7 +9,7 @@ import java.util.Date;
|
|
|
@Table(name="donate$projectrecode")
|
|
|
public class ProjectRecode implements Serializable{
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
- private static final SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd HH:mm");
|
|
|
+ private static final SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
|
|
|
@Id
|
|
|
@GeneratedValue(strategy= GenerationType.IDENTITY)
|