You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
526 B
8 lines
526 B
6 years ago
|
var htmlvalue = "<%= escape_javascript(render :partial => 'versions/edit', :locals => {:version_id => @version_id}) %>";
|
||
|
pop_box_new(htmlvalue,820,316);
|
||
|
var datepickerOptions={dateFormat: 'yy-mm-dd', firstDay: 0, showOn: 'button', buttonImageOnly: true, buttonImage: '/images/public_icon.png', showButtonPanel: true, showWeek: true, showOtherMonths: true, selectOtherMonths: true};
|
||
|
$(function() { $('#version_effective_date2').datepicker(datepickerOptions);
|
||
|
// $('#evaluation_end_time').datepicker(datepickerOptions);
|
||
|
});
|
||
|
|