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]
##############################################################################
###+------------------+#######################################################
#+-| DAYS_BTW_DATES() |--------------------------------+######################
#| +------------------+ Returns number of days between |######################
#|                      start_date and end_date        |######################
#+-----------------------------------------------------+######################
##############################################################################
##############################################################################
#+--| Summary |--------------+################################################
#|     #INCLUDE date.hdr     |################################################
#+---------------------------+################################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------------------------------------------+##########
#|     FUNCTION LONG days_btw_dates PROTOTYPE                      |##########
#|       PARAMETERS VALUE DATE start_date, VALUE DATE end_date     |##########
#+-----------------------------------------------------------------+##########
##############################################################################
##############################################################################
##############+---| Description |------------------------------+##############
##############| The days_btw_dates function returns the number |##############
##############| of days between start_date and end_date.       |##############
##############+------------------------------------------------+##############
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    See if an employee performance review is due        |#########
#########| *    during this pay period.                             |#########
#########|                                                          |#########
#########| IF days_btw_dates( employ->start, today() )>180          |#########
#########|     ? "Schedule review for " + employ->name              |#########
#########| ENDIF                                                    |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    How many days between today and the shuttle         |#########
#########| *    launch date?                                        |#########
#########|                                                          |#########
#########| ? days_btw_dates( today(), launch_date )                 |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 3 |-------------------------------------------+#########
#########| *    What is the average number of days between          |#########
#########| *    patient's visits?                                   |#########
#########|                                                          |#########
#########| !p SUM day_btw_dates( p->prior,p->last) TO total         |#########
#########| ? total / a_reccount( p )                                |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: cdow() cmonth() ctod() day() days_from() dow()

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