Subversion Repository Public Repository

litesoft

Diff Revisions 851 vs 858 for /trunk/Java/core/Anywhere/src/org/litesoft/core/typeutils/gregorian/Dates.java

Diff revisions: vs.
  @@ -1,16 +1,9 @@
1 1 package org.litesoft.core.typeutils.gregorian;
2 2
3 - import java.util.*;
4 -
5 3 import org.litesoft.core.simpletypes.temporal.*;
6 4
7 5 public class Dates
8 6 {
9 - public static Date now()
10 - {
11 - return new Date();
12 - }
13 -
14 7 public static SimpleDate forceEndOfMonth( SimpleDate pSimpleDate )
15 8 {
16 9 return (pSimpleDate == null) ? null : pSimpleDate.forceEndOfMonth();