Insert a field
Help me please with the following.
I want to insert a field based on a bookmark which would display a value from a table in the same document (see the example below).
For example: In a table I created a bookmark = Date1 - this field will contain date and time values with the format 29.02.16 15:22:58 (dd.MM.yy HH:mm:ss).
I want to return in the other part of the document the value 29.02.2016 (dd.MM.yyyy).
I created a field and in formula bar inserted =Date1, but it returns the entire value "29.02.16 15:22:58".
How to modify the format of the displayed value? I tried =Date1\@ "dd.MM.yyyy" but received error.
|