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,272

Downloads 1,332

CodeID
DB ID