J
Joseph
I want to set the default values of begin and end date in a Form, such as
to encompass all possible records. All fields in the Form are unbound.
Format of the date fields are set to medium Date.
Putting in a date in the default value gives absolute wrong dates. (in
medium or regular date form)
For the time being I put in the default Value "now()-10000" for the begin
date and "now()+10000" this gives a date in 1976 and 2031.
It serves the purpose, but feels very amateurish, especially when you
focus on the fields by clicking on it, and it shows hours:minutes:seconds
added to the date.
Any advise will be greatly appreciated
Thank You, Joseph
to encompass all possible records. All fields in the Form are unbound.
Format of the date fields are set to medium Date.
Putting in a date in the default value gives absolute wrong dates. (in
medium or regular date form)
For the time being I put in the default Value "now()-10000" for the begin
date and "now()+10000" this gives a date in 1976 and 2031.
It serves the purpose, but feels very amateurish, especially when you
focus on the fields by clicking on it, and it shows hours:minutes:seconds
added to the date.
Any advise will be greatly appreciated
Thank You, Joseph