|
@@ -44,6 +44,8 @@ public class DateUtils {
|
|
|
|
|
|
|
|
public final static String unionAuth = "yyyyMMddHHmmss";
|
|
public final static String unionAuth = "yyyyMMddHHmmss";
|
|
|
|
|
|
|
|
|
|
+ public final static String patternyyyyMMCn = "yyyy年MM月";
|
|
|
|
|
+
|
|
|
public static Long timeToLong(String time) {
|
|
public static Long timeToLong(String time) {
|
|
|
return timeToLong(time, FORMAT_LONG);
|
|
return timeToLong(time, FORMAT_LONG);
|
|
|
}
|
|
}
|