ASP Classic 298

Active Server Pages for web development. Code here can also be used in VBA, VBA-Excel or VB6
Sorted from new to old.
Card image
USStandardToMetric

Converts US Standard Measure into a Metric Measure. Arguments: ...

Card image
myURLDecode

Decode a URL, opposite of Server.URLEncode

Card image
getDaysInMonth

Gets number of days in a certain month

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
Capitalize1st

Capitalize 1st letter of a string

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image
Seconds2Time

Converts seconds from numbers into time in format of ...

Card image
ViewSource

Display content of ASP file (any file for that matters) Using ...

Card image
FS_CreateUserFolder

Creates a folder for a user, usually after sign up or login for first time. ...

Card image
SplitTo2DArray

Splits ANStrArray into 2-Dimension array Using custom row and column ...

Card image
IIF

Works the same as it's VB IIF equivalent. IIf will coerce an expression into ...

Card image
Weighted_Average

Does a weighted average, knowing that mathematical average between two numbers ...

Card image
FileDateTime

Gets time and date for a file, Date created, accessed or modified. If the file ...

Card image
PI

Returns a double representing the mathematical constant Pi

Card image
SwapDate

Changes date format from US to International or from international to US. ...