Date tokens such as the Event date token can be modified so they display different parts of the date.
In the case of the Event date token, the base token looks like "[node:field-course-event-date:?]". The question mark at the end can be replaced to display different date parts.
...
The HTML will need to be inspected on that page in order to get the correct machine name. To do so, right click on the date and click “inspect.” The date format name is in the “name” attribute.
The final resulting token would look something like this:
Code Block |
---|
[node:field-course-event-date:value:ethosce_short_no_time_full_month] |