Just like how these smilies work when posting here --------->
I want to be able to add the current date to a text area when I click on a “date button/image”. (It needs to add it at the current cursor position in the text area)
Also, I am using PHP…would it be possible to add a variable like $name so that whoever is logged in and clicks that button, their respective name shows?
Basically I need a quick way to add a “current date, time, and user stamp” to a text area. I am doing this so that I have a log of who and when notes were added to that particular text area.
Thanks!