Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_sysday() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_SYSDAY()

 DESCRIPTION

 C_SYSDAY() determines the day of the week based on the system date
 and returns the day as a character string ("Monday", "Tuesday", etc.).

 SYNTAX

 C_SYSDAY()

 PARAMETERS

 There are no parameters.

 RETURNS

 C_SYSDAY() returns the day of the week as a character string.

 EXAMPLES

 clear
 response = "Y"
 c_center(8,  "THE SYSTEM DATE IS:")      && Display a prompt to make
 c_center(10, c_sysday())                 && sure the system date is
 c_center(12, date())                     && correct.  Use C_SYSDAY()
                                          && to make the day of the
 @ 15,1 say "Correct? " get response      && week standout.
 read


See Also: C_SYSDATE() C_SYSTIME()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson