Wednesday

Setting default Time to Date

You can set default date to current date, but not time using date time field. Here is the trick to get default time.

Create a column of type Data and Time and select Date and Time under Format, select Calculated value radio button and enter the following:
=Today+"01:30 PM".

  The above will set the default time to default current date.