The below expression is used to get the DB current date time. This expression you can use as default value on EO or VO.
DBTransaction.currentDbTime
If you are looking for app server date or Date time. You can use the below expression
1. adf.currentDate -- Date
2. adf.currentDateTime -- Date time.