Skip to content
Snippets Groups Projects
Commit a354b35d authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Correct formatting of dates in error message

parent 584f5834
Branches
Tags
No related merge requests found
......@@ -1675,6 +1675,7 @@ public class RoughageNutritionModelImpl implements CostFunction{
SimpleDateFormat format = new SimpleDateFormat("dd.MM.yyyy");
format.setTimeZone(timeZone);
// Dato for første- og andreslått må være innenfor klimadataenes spenn
if(this.datoFoersteSlaatt == null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment