fs_date_picture

one of the documented procedures in this installation of the ACS
Usage:
fs_date_picture
What it does:
Returns date picture to use with Oracle's TO_CHAR function. Pulls it from ad.ini parameters file.
Defined in: /web/philip/tcl/file-storage-defs.tcl

Source code:


    return [ad_parameter DatePicture fs "YYYY-MM-DD HH24:MI"]


philg@mit.edu