time.thursday? â true or false
Instance Public methods
Returns true
if time represents Thursday.
1 2 | t = Time .local( 1995 , 12 , 21 ) #=> 1995-12-21 00:00:00 -0600 p t.thursday? #=> true |
Returns true
if time represents Thursday.
1 2 | t = Time .local( 1995 , 12 , 21 ) #=> 1995-12-21 00:00:00 -0600 p t.thursday? #=> true |
Designed by : w10schools
service@w10schools.com
Please login to continue.