method
end_of_day
v7.0.0 -
Show latest stable
-
1 note -
Class: DateTime
- 1.0.0
- 1.1.6
- 1.2.6
- 2.0.3
- 2.1.0
- 2.2.1
- 2.3.8
- 3.0.0 (0)
- 3.0.9 (-38)
- 3.1.0 (0)
- 3.2.1 (0)
- 3.2.8 (0)
- 3.2.13 (0)
- 4.0.2 (13)
- 4.1.8 (0)
- 4.2.1 (0)
- 4.2.7 (0)
- 4.2.9 (0)
- 5.0.0.1 (0)
- 5.1.7 (0)
- 5.2.3 (0)
- 6.0.0 (0)
- 6.1.3.1 (0)
- 6.1.7.7 (0)
- 7.0.0 (0)
- 7.1.3.2 (0)
- 7.1.3.4 (0)
- What's this?
Register or
log in
to add new notes.
joshuapinter -
January 27, 2012
0 thanks
Example Usage
End of Day for Any Date
DateTime.new( 2011, 01, 01 ) # => Sat, 01 Jan 2011 00:00:00 +0000 DateTime.new( 2011, 01, 01 ).end_of_day # => Sat, 01 Jan 2011 23:59:59 +0000
With Local Timezone
DateTime.civil_from_format( :local, 2011, 01, 01 ).end_of_day # => Sat, 01 Jan 2011 23:59:59 -0700