Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::OLE;
    ...
    # To convert this to a usable date like "09/11/2001",
    # call the "Date" method on this object
    my $date = $create_date->Date;