AgileVentures/osra

View on GitHub
app/assets/javascripts/date-picker.js.coffee

Summary

Maintainability
Test Coverage
jQuery ->
  $(".date-picker").datepicker({
    format: "yyyy-mm-dd"
    autoclose: true
  })