Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying file creation details

Status
Not open for further replies.

marcymarcb

Programmer
Nov 28, 2003
6
GB
I have a date and time in the format : 02/02/2004 11:35:01. I want to put this into a string and delete the time segment. Can anyone help me? Thanks in advance.
 
there is no need for string manipulative functions on a date/time value. jsut use the built in functions to grab what you want out of the given value

this should show you how
faq333-3194

___________________________________________________________________

The answer to your ??'s may be closer then you think.
Check out Tek-Tips knowledge bank by clicking the FAQ link at the top of the page
 
I'm sorry, I did't explain myself very well. I am trying to display the date a file on my website was created. Now, I have the function to do this, but it displays both the date and time. Is there any way to display just the date the file was created. Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top