Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+----------+###############################################################
#+-| CMONTH() |-----------------------------------+###########################
#| +----------+ Returns month in character format |###########################
#+------------------------------------------------+###########################
##############################################################################
##############################################################################
#+--| Summary |--------------+################################################
#|     #INCLUDE date.hdr     |################################################
#+---------------------------+################################################
##############################################################################
##############################################################################
#+--| Syntax |-------------------------------+################################
#|     FUNCTION CHAR cmonth PROTOTYPE        |################################
#|      PARAMETERS VALUE DATE date_value     |################################
#+-------------------------------------------+################################
##############################################################################
##############################################################################
############+---| Description |-----------------------------------+###########
############| The cmonth() function returns a character string of |###########
############| the name of the month represented by date_value.    |###########
############+-----------------------------------------------------+###########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? cmonth( ctod("08/13/89"))                              |#########
#########|                                                          |#########
#########|   Output:                                                |#########
#########| August                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Print month for a report on the number of           |#########
#########| *    fires handled by volunteer fire department.         |#########
#########|                                                          |#########
#########| ? "Number of fires in " + cmonth( start_date )           |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: cdow() ctod() day() days_btw_dates() days_from()

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