Plasmoid to show date and time in adjustable format using rich text.

Requirements:
KDE4 >= 4.2

Features:
- fully custom date format (syntax similar to that of strftime C function and KLocale, with some additions);
- accepts rich text (HTML and CSS subset);
- fast copy to clipboard of adjustable date and time format after middle mouse click on the clock;
- adjustable tool tip (updated every second);
- context menu with actions to copy formatted (adjustable format) date and time to clipboard;
- option to set time difference (seconds) to time from data engine;
- standard clock calendar.

Hint:
If you want to change font size you must add font size attribute to tag, example:

<center style="font-size:35px;">%H:%M:%S<br>
<small>%A, %d %b %Y</small></center>
