b33dd3f3cc
- forms are full bootstraped - datepicker in jquery for date fields - installation of jquery ui
4 lines
113 B
CoffeeScript
4 lines
113 B
CoffeeScript
$ ->
|
|
# $("#contact_view_at").datepicker()
|
|
$(".form-date").datepicker({ dateFormat: 'yy-mm-dd' })
|