/**
*
* @param num ﹣3 三天前 +3 三天后
* @return
*/
public static String getDayAgoOrAfterString(int num){
Calendar calendar1 = ();
SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd");
(, num);
/*
Calendar calendar1 = ();
(, 59);
(, 59);
(Calendar.HOUR_OF_DAY, 23);
(, 999);
SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
(, num);
*/
return (());
}