Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1595 from ONSdigital/update-date-validation-guidance
Browse files Browse the repository at this point in the history
Updated guidance on single date validation
  • Loading branch information
MebinAbraham authored May 14, 2018
2 parents 64ffb95 + 573f142 commit ab929e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/en/test_date_validation_single.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "Question",
"id": "date-block",
"title": "Date",
"description": "This date will be used as a maximum date for the 'To' date in the next question",
"description": "This date will be used as a minimum date for the 'To' date in the next question",
"questions": [{
"id": "date-question",
"title": "Enter Date",
Expand All @@ -45,7 +45,7 @@
"list": [
"Period 'from' date should be greater than 19 days before {{exercise.start_date|format_date}}",
"Period 'from' should also be no greater than 20 days after 11 June 2017",
"Period 'to' date should be no greater than 1 month 10 days after {{answers['date']|format_date}}"
"Period 'to' date should be greater than 1 month 10 days after {{answers['date']|format_date}}"
]
}]
},
Expand Down Expand Up @@ -90,4 +90,4 @@
]
}]
}]
}
}

0 comments on commit ab929e7

Please sign in to comment.