Skip to content
Snippets Groups Projects
Commit 4b207512 authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

Previous Years (Minimum year) restricted (as per Berit's request)

parent 9366e595
No related branches found
No related tags found
No related merge requests found
......@@ -825,7 +825,7 @@ export default {
var maxDate = year + '-' + month + '-' + day;
var minDate = 2000 + '-' + '01' + '-' + '01';
var minDate = year + '-' + '01' + '-' + '01';
this.maxObservationDate = maxDate+'T00:00';
this.minObservationDate = minDate+'T00:00';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment