DateSerial

The equivalent of DateSerial in Classic ASP

CodeFunctionName
What is this?

Public

Tested

Original Work
Function DateSerial(ofDate)
' DateSerial = Date - CDate("January 1, 1900") + 1
DateSerial = Date - CDate(ofDate) + 1
End Function

ofDate

Views 4,264

Downloads 1,330

CodeID
DB ID