判断当前时间是上午仍是下午

/** * 判断当前时间是上午仍是下午 * @return */ public static String newDateIsAMOrPM(){ String info = null; String time = ToStringTime(4, new Date()); String hour = time.substring(0, 2); String minutes = time.substr
相关文章
相关标签/搜索