It should be possible to insert new row into table with the Insert key and fill todays date by pressing the space key.
branch insert-shortcuts
@washi we probably want to insert current date and time if the property format specifies both and only date with time 00:00:00 if the format contains date only. Is there a way of knowing what to insert besides looking at the format?
Is this actually a requirement or do we just always insert current date and time?
We have to check the field format and set time to 00:00:00 if it is day format only.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.
It has worked as expected. I set custom format ‘yyyy-MM-dd’. It was saved into database only date with 00:00:00 time.