NAME
DateTime::Format::Variant - Parse and format Variant Date, Time types
SYNOPSIS
use DateTime::Format::Variant;
use Win32::OLE::Variant;
use DateTime;
my $vt = Variant(VT_DATE, "April 1 99 2:23 pm"); my $dt = vt2dt($vt);
my $vt = dt2vt($dt);
DESCRIPTION
This module convert Variant date and time type to DateTime object and vice versa.
AUTHOR
xiaoyafeng <xyf.xiao@gmail.com>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
http://datetime.perl.org/