NOW$ function

Purpose: This function will return a string with the current time and date in MM/DD/YY HH:MM:SS: PM format.


 Syntax:

 RetStr$ = NOW$

 Parameters:

  • RetStr$ Returned string with the current time and date in MM/DD/YY HH:MM:SS: PM format.

Example:


 PRINT NOW$