Advertisement
ASP_Volume2 Miscellaneous #30585

Beginning & End of Month for Processing - Dates

Determine Beginning & End of Month for Processing

AI

Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Zdrojový kód
original-source
sEndDtTmp = Format$((DateValue(Now) - Day(Now)), "mm/dd/yyyy")
sBegDtTmp = Format$(DateSerial(Year(sEndDtTmp), Month(sEndDtTmp), 1), "mm/dd/yyyy")
Původní komentáře (3)
Obnoveno z Wayback Machine