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]
##############################################################################
###+--------+#################################################################
#+-| CTOD() |--------------------------------------------------+##############
#| +--------+ Converts from a character string to a date value |##############
#+-------------------------------------------------------------+##############
##############################################################################
##############################################################################
#+--| Summary |--------------+################################################
#|     #INCLUDE date.hdr     |################################################
#+---------------------------+################################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------------------+##################################
#|     FUNCTION DATE ctod PROTOTYPE        |##################################
#|      PARAMETERS VALUE DATE date_str     |##################################
#+-----------------------------------------+##################################
##############################################################################
##############################################################################
########+---| Description |-------------------------------------------+#######
########| The ctod() function converts a character string into a date |#######
########| value.  ctod() interprets the date_str string according to  |#######
########| the current value of SET DATE TO <Date-type>.               |#######
########| see DATE TYPE TABLE in COMMANDS under SET DATE.             |#######
########+-------------------------------------------------------------+#######
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Replace date field with specific date.              |#########
#########|                                                          |#########
#########| REPLACE cust->date WITH ctod( "01/01/89" )               |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    How many transactions on July 4th?                  |#########
#########|                                                          |#########
#########| COUNT ALL FOR t->date = ctod( "07/04/89" ) ;             |#########
#########|  TO count_total                                          |#########
#########+----------------------------------------------------------+#########
##############################################################################

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

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