8 lines
485 B
Plaintext
8 lines
485 B
Plaintext
var htmlvalue = "<%= escape_javascript(render :partial => 'versions/edit') %>";
|
|
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);
|
|
});
|
|
|