Skip to content

Fix datefield store value

Stefan Warnat requested to merge (removed):fix_datefield_store_value into master

getValidDBInsertDateValue does confusing things with date format and isn't able to handle german and UK format correctly

Switch to DateTimeFields::convertToDBFormat function to get DB Format, which handle all special cases Allow to set custom user and use correct variable to determine format

Merge request reports