The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Time::Date

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Date(...)

INHERITS

Inherits methods from:

       * Sidef::Object::Object

METHODS

!=

    a != b

Returns the

Aliases: ne

+

    a + b

Returns the

Aliases: add, add_seconds

-

    a - b

Returns the

Aliases: sub, subtract

<

    a < b

Returns the

Aliases: lt

<=

    a <= b

Returns the

Aliases: le

<=>

    a <=> b

Returns the

Aliases: cmp

==

    a == b

Returns the

Aliases: eq

>

    a > b

Returns the

Aliases: gt

>=

    a >= b

Returns the

Aliases: ge

add_days

    Date.add_days()

Returns the

add_months

    Date.add_months()

Returns the

add_years

    Date.add_years()

Returns the

call

    Date.call()

Returns the

date

    Date.date()

Returns the

day

    Date.day()

Returns the

Aliases: mday, month_day

dmy

    Date.dmy()

Returns the

dump

    Date.dump()

Returns the

epoch

    Date.epoch()

Returns the

format

    Date.format()

Returns the

Aliases: strftime

fullmonth

    Date.fullmonth()

Returns the

gmt

    Date.gmt()

Returns the

Aliases: gmtime

hour

    Date.hour()

Returns the

isdst

    Date.isdst()

Returns the

Aliases: daylight_savings

julian_day

    Date.julian_day()

Returns the

local

    Date.local()

Returns the

Aliases: localtime

mdy

    Date.mdy()

Returns the

min

    Date.min()

Returns the

Aliases: minute

mon

    Date.mon()

Returns the

Aliases: month

monname

    Date.monname()

Returns the

month_last_day

    Date.month_last_day()

Returns the

now

    Date.now()

Returns the

Aliases: today

parse

    Date.parse()

Returns the

Aliases: strptime

sec

    Date.sec()

Returns the

Aliases: second

time

    Date.time()

Returns the

to_s

    Date.to_s()

Returns the

Aliases: cdate, ctime, to_str

truncate_to_day

    Date.truncate_to_day()

Returns the

truncate_to_hour

    Date.truncate_to_hour()

Returns the

truncate_to_minute

    Date.truncate_to_minute()

Returns the

truncate_to_month

    Date.truncate_to_month()

Returns the

truncate_to_quarter

    Date.truncate_to_quarter()

Returns the

truncate_to_second

    Date.truncate_to_second()

Returns the

truncate_to_year

    Date.truncate_to_year()

Returns the

valid

    Date.valid()

Returns the

Aliases: valid_date

wday

    Date.wday()

Returns the

Aliases: week_day

wdayname

    Date.wdayname()

Returns the

week

    Date.week()

Returns the

yday

    Date.yday()

Returns the

Aliases: year_day

year

    Date.year()

Returns the

ymd

    Date.ymd()

Returns the

yy

    Date.yy()

Returns the