Giving thanks for a long weekend


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Giving thanks for a long weekend
# 1  
Old 11-27-2008
Giving thanks for a long weekend

11-27-2008 07:00 AM
Today is the Thanksgiving holiday in the US, and we're enjoying the day off with our families. In fact, we're enjoying it so much that we're taking tomorrow too. That means a reduced posting schedule on our sites. We'll be back to our regular schedule on Monday.

Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Linux

power off during weekend

Hello, I would like to turn off (mean no energy consumption) some servers during the weekend. I would like to do it automatically so i thought to create macro commands to a shell client.The problem is that giving shutdown (shutdown -h now) the server(Sun X4200 M2) turn off but the fans are still... (5 Replies)
Discussion started by: @dagio
5 Replies

2. What is on Your Mind?

what are you doing this weekend?

does someone have any plans? (7 Replies)
Discussion started by: yarx
7 Replies

3. UNIX for Dummies Questions & Answers

Weekend Data Log

I've been searching here, and other places for a solid script that would generate a weekend log. Mainly how would I combine 24hr data for the weekend days? I've came across scripts for day, days, month, but none that selects just the weekend. Thanks for any help! (0 Replies)
Discussion started by: ravzter
0 Replies
Login or Register to Ask a Question
INTLCALENDAR.GETWEEKENDTRANSITION(3)					 1				      INTLCALENDAR.GETWEEKENDTRANSITION(3)

IntlCalendar::getWeekendTransition - Get time of the day at which weekend begins or ends

	Object oriented style

SYNOPSIS
public int IntlCalendar::getWeekendTransition (string $dayOfWeek) DESCRIPTION
Procedural style int intlcal_get_weekend_transition (IntlCalendar $cal, string $dayOfWeek) Returns the number of milliseconds after midnight at which the weekend begins or ends. This is only applicable for days of the week for which IntlCalendar.getDayOfWeekType(3) returns either IntlCalendar::DOW_TYPE_WEEKEND_OFF- SET or IntlCalendar::DOW_TYPE_WEEKEND_CEASE. Calling this function for other days of the week is an error condition. This function requires ICU 4.4 or later. PARAMETERS
o $cal - The IntlCalendar resource. o $dayOfWeek - One of the constants IntlCalendar::DOW_SUNDAY, IntlCalendar::DOW_MONDAY, , IntlCalendar::DOW_SATURDAY. RETURN VALUES
The number of milliseconds into the day at which the weekend begins or ends or FALSE on failure. EXAMPLES
See example on IntlCalendar.getDayOfWeekType(3). PHP Documentation Group INTLCALENDAR.GETWEEKENDTRANSITION(3)