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:

  • None.

 Return Value:

  • RetStr$, the return value, is a string with the current time and date in MM/DD/YY HH:MM:SS: PM format.

Example:


 PRINT NOW$