Freeside:3:Documentation:Developer/FS/Misc/DateTime

From Freeside
< Freeside:3:Documentation:Developer‎ | FS‎ | Misc
Revision as of 21:07, 27 June 2012 by Ivan (talk | contribs) (Edit via perl MediaWiki framework (1.13))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NAME

FS::Misc::DateTime - Date and time subroutines

SYNOPSIS

use FS::Misc::DateTime qw( parse_datetime );

SUBROUTINES

parse_datetime STRING
Parses a date (and possibly time) from the supplied string and returns the date as an integer UNIX timestamp.
day_end TIME
If the next-bill-ignore-time configuration setting is turned off, just returns the passed-in value.
If the next-bill-ignore-time configuration setting is turned on, parses TIME as an integer UNIX timestamp and returns a new timestamp with the same date but 23:59:59 for the time.

BUGS