Class
TapKit::Date
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
Included Modules
Comparable
External Aliases
month
->
mon
month=
->
mon=
day
->
mday
day=
->
mday=
Attributes
day
[RW]
month
[RW]
year
[RW]
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
()
[Validate]