Query: netsds::util::datetime
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NetSDS::Util::DateTime(3pm) User Contributed Perl Documentation NetSDS::Util::DateTime(3pm)NAMENetSDS::Util::DateTime - common date/time processing routinesSYNOPSISuse NetSDS::Util::DateTime; print "Current date: " . date_now();DESCRIPTIONThis package provides set of routines for date and time processing.EXPORTED FUNCTIONSdate_now_array([TIME]) Returns array of date items for given date. If source date is not set current date used. date_now([TIME]) Return [given] date as string. 2001-12-23 14:39:53 date_now_iso8601([TIME]) Return date as ISO 8601 string. 20011223T14:39:53Z <http://en.wikipedia.org/wiki/ISO_8601> http://www.w3.org/TR/NOTE-datetime <http://www.w3.org/TR/NOTE-datetime> date_strip(DATE) Trim miliseconds from date. date_date(DATE) Trim time part from date. date_time(DATE) Trim date part from date. time_from_string($string) Return parsed date/time structure. date_from_string($string) Return date from string representation. date_inc([INCREMENT, [TIME]]) Return date incremented with given number of seconds. date_inc_string([INCREMENT, [TIME]]) Return string representation of date incremented with given number of seconds.EXAMPLESNone yetBUGSUnknown yetSEE ALSODate::Parse, Date::FormatTODOImport stuff from Wono projectAUTHORValentyn Solomko <val@pere.org.ua> Michael Bochkaryov <misha@rattler.kiev.ua> perl v5.12.4 2011-08-27 NetSDS::Util::DateTime(3pm)
Related Man Pages |
---|
datetime.modify(3) - php |
datetime::format::dateparse(3pm) - debian |
datetime::format::sqlite(3pm) - debian |
netsds::util::struct(3pm) - debian |
netsds::util::types(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Getting yesterday DATE |
Bash comparing date |
Perl script |
Dmesg with date possible? |
Getting error while using date as a variable in expect |