HD-Date plugin for Joomla 2.5
|
Insert the current date at any point in your Joomla website.
|
![]() |
|
what is this? | after installing | how to style with css
What is this?
HD-Date is a simple plugin that inserts the current date into your Joomla website. Just enter {date} at the point where you want the current date to be rendered. The plugin works within any content (including articles, modules and other components).
What to do after installing?
Install the zip file via the administration install manager as per any other plugin. Once it has installed go to the plugin manager and select HD-Date. Then enable the plugin.
Then any instance of {date} on your site will be replaced with a Javascript rendered current date.
How can I style the date with CSS?
For easy styling purposes the rendered date is wrapped in a class with the id "hd-date". Therefore the following CSS code will render the date in bold red...
.hd-date {font-weight: bold; color: red;}


