Display the date posted

Status
Not open for further replies.

ADZ

Fully Optimized
Messages
2,231
I have this script and its for my to-do list.
I have edited the script to do what I want it to do, but the only thing I am missing is the ability to post the date of when the text was posted. for example:

document.write("<td width=15% align=center><small>"+"DISPLAY THE DATE POSTED HERE");"

now I cant just put ShowDate() in there because that would show the current date.

is there a way I can do this?
 
append it to the text of the entry (assuming that's how it works) and use a tokenizer to display it separately if necessary
 
You may wanna tell more details. What you want to use? PHP, Perl, JavaScript?
Do you want the date be taken from a client side or a server side? Or may be from specific location?
 
Status
Not open for further replies.
Back
Top Bottom