ArchTiger MYPI

ArchTiger
접속 : 3075   Lv. 51

Category

Profile

Counter

  • 오늘 : 6 명
  • 전체 : 10872 명
  • Mypi Ver. 0.3.1 β
[프로그래밍] Check out later (0) 2011/11/17 AM 11:52
@RequestMapping(value="/{day}", method = RequestMethod.GET)
public Map getForDay(@PathVariable @DateTimeFormat(iso=ISO.DATE) Date day, Model model) {
return appointmentBook.getAppointmentsForDay(day);
}

신고

 
X