判斷當前時間是上午仍是下午

/** * 判斷當前時間是上午仍是下午 * @return */ public static String newDateIsAMOrPM(){ String info = null; String time = ToStringTime(4, new Date()); String hour = time.substring(0, 2); String minutes = time.substr
相關文章
相關標籤/搜索