Skip to content

Commit

Permalink
IM-2915: Removed date limits from search datepicker
Browse files Browse the repository at this point in the history
According to the documentation a number represents the days from today
and not the actual year.
  • Loading branch information
m038 committed Aug 11, 2015
1 parent bb7edfe commit e0c6455
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions newscoop/admin-files/lib_campsite.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,6 @@ function camp_get_calendar_field($p_fieldName, $p_defaultValue = null,
<script type="text/javascript"><!--
$('#<?php echo htmlspecialchars($p_fieldName); ?>').each(function () {
var settings = {
minDate: 1990,
maxDate: 2020,
dateFormat: 'yy-mm-dd',
timeFormat: 'hh:mm:ss',
};
Expand Down

0 comments on commit e0c6455

Please sign in to comment.