| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

date_to_day

#include "sflslot.h"
int
date_to_day (long date)

Synopsis

Extracts the day value (1..366) for the specified date. The date is an 8-digit number: YYYYMMDD.

Source Code - (sflslot.c)

{
    return (julian date (date));
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation