This sample demonstrates the Timestamp plugin that was built in the Creating a CKEditor Plugin in 20 Lines of Code tutorial from the Plugin SDK section of the CKEditor Developer's Guide.
The custom Timestamp plugin created in the tutorial lets the users insert current date and time into the editing area of CKEditor at the caret position. This is an example of a most basic CKEditor plugin that you can create in 20 lines of code.