.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../../Includes.txt .. _administrators_setup_tca_plugins_pi17: .. index:: pair: Mini Calendar; TCA pair: Mini Calendar; datefield pair: TCA; datefield xBlog Mini Calendar =================== xblog.plugins.pi17.datefield ---------------------------- The xBlog plugin Mini Calendar (pi17) needs to know which is the date field of a record of a table. If you want to use your records with the xBlog mini calendar plugin, you need to set the property. See sample below. Value (string): a datefield For example: * a calender record has a start date usually * a news record has a publishing date usually * a staff record has a birthday date usually Sample .. code:: php $GLOBALS['TCA'][tx_org_news]['ctrl']['extensions']['xblog']['plugins']['pi17']['datefield'] = 'datetime'