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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Format function for VBscript or ASP. Formats dates, times, and numbers.
License
compuvin/Format-VBscript-ASP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Format function for VBscript or ASP. Formats dates, times, and numbers.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published