Codes Required

code image
MyDayName

Returns the day name in several formats It uses either full date or only ...

2018Apr21

code image
MyMonthName

Returns the month name in one of 5 formats (below) It can use full date or ...

2018Apr21

Similar codes

code image
pd

Format a number with total number of digits I used it to format a date as ...

2018Dec29

code image
UnUnixDateTime

Convert a number represents a date in Unix format back into date, opposite of ...

Jan6

code image
ANmaDate

Returns date in human format. Which is as follows... Just day name (and time) ...

2023Apr27

code image
Highlight row of current month

Highlight row in Excel if it is within current month This is another version ...

2021Sep2

code image
Calendar view

Another calendar view in Classic ASP, this one highlights today's date

2018Dec10

code image
SwapDate

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

2018Jul5

code image
GetUTC

Get the time and date in Universal time based on local time Uses w32tm / tz ...

2018Jun22

code image
FormatMyDate

Formats a date, equivalent to VB6 function 'Format' Also with it, you will ...

2019Jan4

code image
ANmaCellFormat

Reads or set Numberformatting for a cell or range. Can pass sheet and workbook ...

Apr18

Recently by developer

code image
ANmAddress_Value

Returns the value of a cell address in another sheet. Todo: Allow to reference ...

Thu 11AM

code image
JSon functions to add, read and delete entry

3 Json functions to read full node by an image, add full node to file or delete ...

Tue 12PM

code image
GetPapa + GetSon with variances

Gets the parent folder full name from a path Also Gets the son of a full path. ...

Sat 11AM

code image
HTMLTable_NoOfColumns

Gets no of columns in an HTML table. It actually gets the maximum number of ...

Sat 11AM

Random Codes

code image
ChartLegendCenter

Put chart legend at center of chart horizontally. Changes left and width only. ...

Dec21

code image
ASPjson

Read and write json data in and from Classic ASP From

2020Feb3

code image
WorkbookNew_ANmar

Creates new workbook (does not save it) and returns filename.

2018Aug9

code image
Read Write and Append Text

Uses FSO to read, write, or append text in a file

2018Apr15