'xmlgregoriancalendar'에 해당되는 글 1건

  1. 2012.04.05 [IT] javascript > jQuery > jqgrid 에서 XMLGregorianCalendar 클래스 처리하기
2012. 4. 5. 07:48 IT

jqgrid의 이렇게 다양한 기능이 있다는걸 새롭게 알게됨.


formatter:'date',formatoptions: {newformat:'Y-m-d'} 을 추가


{name:'started',   index:'started',   sortable:false, align:'left', width:90, formatter:'date',formatoptions: {newformat:'Y-m-d'}},


referece) http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options

posted by smplnote