Project

General

Profile

Feature #2157

Updated by Alexander Watzinger 4 months ago

Like discussed in the last meeting we will improve the autocomplete functions of date fields: 

 If e.g. only a begin year is provided, a time span for this year will be created (instead just the first day of this year). The reasoning behind is that it is the more likely use case and it also prevents accidentally entering a precise date (year-01-01) instead of year range. 

 Additional information from Stefan from #2156: 
 If only a year YYYY is entered: set begin_from to 1.Jan.YYYY and begin_to to 31.Dec.YYYY (respectively for end_from, end_to) Same for month and day  

Back