Date/Time Stamp

I will be the first to admit that in my searching I just missed this. I would like to add a date/time stamp to my customtextout but cannot find a tag.

if you open tagslist.txt with notepad.exe and then search for date and time then you will find the custom tags

As Brian says there are lots of existing options. This is what I use, it generates a standard format date/time stamp that php etc. will understand:

%date-year%-%date-month%-%date-day% %time-hour%:%time-minute%

Thanks Niko,

That was very helpful