
April 5th, 2002, 08:17 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
<i><b>Originally posted by : steve (s)</b></i><br />Left, right, len functions are available both from vbscript and .NET framework. There is a 100's of methods in the .NET framework for date formatting. also check out the .NET framework doc's for all the date/time functions<br /><br />has a few examples in .NET.<br />http://aspfree.com/aspnet/date.aspx<br /><br />classic asp<br />http://aspfree.com/iishelp/vbscript/vbs167.htm<br />------------<br />Cameron at 4/3/2002 9:17:12 PM<br /><br />Alright, this is going to be a softball question, but I'm new to ASP...so I was wondering if there's an replacement for the Left(), Right(), and Len() functions from VB...and also, I'm attempting to format the current time, will this string do it for me? <br /><br />DateTime.format(HH:MM:SS)
|