Skip to content

compuvin/Format-VBscript-ASP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Format-VBscript-ASP

Format function for VBscript or ASP. Formats dates, times, and numbers.

There are a bunch of format functions out there but this one is mine. I've tried a bunch and none of them did everything that I needed. Hope you find this useful.

Here are some use cases:
Date - Format("1/3/2019", "MM/DD/YYYY") = 01/03/2019
Time - Format("14:34", "H:MM AM/PM") = 2:34 PM
Number - Format("123.45", "NNNN.N") = 0123.4

It can be used in any combination of the items listed above. It can also be used in a VBScript as well as in a ASP website.

About

Format function for VBscript or ASP. Formats dates, times, and numbers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published