TapKit::Date

Class/Module:
Class
In:
lib/tapkit/control/date_and_time.rb
Parent:
Object

Methods

+
-
<=>
===
>>
inspect
new
new_with_date
new_with_time
parse
to_date
to_s
to_time
today

Attributes

day [RW]
month [RW]
year [RW]

Included modules

Comparable

Public Class Methods

new( year = 0, month = 0, day = 0 )
new_with_date( date )
new_with_time( time )
parse( string )
today()

Public Instance Methods

+( other )
-( other )
<=>( other )
===( other )
>>( other )

Alias for #+

inspect()

Alias for to_s

to_date()
to_s()
to_time()