摘要:
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("HH:mm"); Date date_begin = simpleDateFormat.parse(beginTime); Date date_end = simpleDateForm 阅读全文
摘要:
开始时间 结束时间 保存 取消 想在input中让日期格式显示为HH:ss 但是各种百度没有找到答案 最后Google之 http://stackoverflow.com/questions/11736150/how to make fmtformatdate work for forminput 阅读全文