Scroll to navigation

NetSDS::Util::DateTime(3pm) User Contributed Perl Documentation NetSDS::Util::DateTime(3pm)

NAME

NetSDS::Util::DateTime - common date/time processing routines

SYNOPSIS

        use NetSDS::Util::DateTime;
        print "Current date: " . date_now();

DESCRIPTION

This package provides set of routines for date and time processing.

EXPORTED FUNCTIONS

Returns array of date items for given date. If source date is not set current date used.
Return [given] date as string.

    2001-12-23 14:39:53
    
Return date as ISO 8601 string.

    20011223T14:39:53Z
    

<http://en.wikipedia.org/wiki/ISO_8601> <http://www.w3.org/TR/NOTE-datetime>

Trim miliseconds from date.
Trim time part from date.
Trim date part from date.
Return parsed date/time structure.
Return date from string representation.
Return date incremented with given number of seconds.
Return string representation of date incremented with given number of seconds.

EXAMPLES

None yet

BUGS

Unknown yet

SEE ALSO

Date::Parse, Date::Format

TODO

Import stuff from Wono project

AUTHOR

Valentyn Solomko <val@pere.org.ua>

Michael Bochkaryov <misha@rattler.kiev.ua>

2022-11-20 perl v5.36.0