Sponsored Content
The Lounge What is on Your Mind? Holiday Thoughts for the End of 2018 Post 303027969 by RavinderSingh13 on Friday 28th of December 2018 10:44:38 PM
Old 12-28-2018
I would LOVE to add my personal experience of 2018 which I learnt.

EMBRACE you LOVED ones at least once in a day: What I learnt in 2018 last 5 to 6 months is yes we are I.T people who have always new things to learn, new challenges in work along with normal life going but sometime(not sure how many of you felt in this way) we don't give enough time to our LOVED ones. In my case it is my MOTHER. Honestly after passing my school before joining Engg. college I hardly met her(may be 5 to 6 times in last 11 to 12 years) and got busy in I.T and friends life totally(though we talk almost every weekend on skype or by cell).

I came to know how much she LOVES me few months back when doctors found she is having some stomach problem and we were unsure at that time, she had gone through a major operation and with GOD's grace she is recovering now and should be fine in few months or so.

Daily taking care of her 3 to 4 hours(which I never thought in last 11 years or so), daily embrace her before going to work and do the same after coming from work it is AN AWESOME feeling. No matter how much I am tired after coming to home this gives me positive energy to take care of her more along with my passion to learn technical stuff and work more in I.T

So I request you ALL(even you are doing this), please take care of your LOVED ones either they stay with you or stay far from you. It is a NICE feeling and gives you boost in life too Smilie

Thanks,
R. Singh
These 2 Users Gave Thanks to RavinderSingh13 For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Happy Thanksgiving Holiday!

Happy Thanksgiving holiday, everyone! Let's leave the computer alone, forget the Unix/Linux for a while, and enjoy your turkey and Foot~~~~~~~~~~~~~~~~~~~~~~ball~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (1 Reply)
Discussion started by: HOUSCOUS
1 Replies

2. Shell Programming and Scripting

holiday

hey all, I have set up a cron job which would be invoked at 1:00 am everyday. However, there is really no need to invoke such job if it's a public holiday so I am wondering if anyone have any idea on how to approach this? Thanks in advance! (2 Replies)
Discussion started by: mpang_
2 Replies

3. Shell Programming and Scripting

Don't want to invoke job on holiday!

Hey all, I have a question about cron job, I want to invoke a program to perform some operations on database, however, this operation should only be invoked working day (weekday + not holiday) . Scheduling a job on weekday is easy but how about holiday? Thanks in advance! (1 Reply)
Discussion started by: mpang_
1 Replies

4. What is on Your Mind?

Discussing Holiday Season Greetings with jlliagre

Hmm, didn't you press that "Submit new thread" button too early ? ;) Reference this post: https://www.unix.com/whats-your-mind/124692-seasons-greetings-happy-holidays-unix-linux-forums.html (15 Replies)
Discussion started by: jlliagre
15 Replies

5. UNIX for Dummies Questions & Answers

Run scripts through AutoSys depending on holiday

Hi all, I am new to autosys. Can anyone help me in writing autosys job for the below script? Requirement is : 1.Every day it should run this script at particular time except on holidays. 2.The day after holiday some other script should be running. Thanks in advance. #!/bin/ksh #set... (0 Replies)
Discussion started by: raghuramyenni
0 Replies

6. What is on Your Mind?

Football / Soccer World Cup 2018 draw.

What is on Your Mind? 2018 FIFA World Cup - Wikipedia I'm hoping that England are drawn into positions B2, D3, G3 or G4 so that all their games will be outside usual UK office hours and people will not desert the office with mystery illnesses to watch the games. Expecting failure, so I... (1 Reply)
Discussion started by: rbatte1
1 Replies

7. What is on Your Mind?

The most common passwords this year, 2018.

/Me shakes my head. I went to my old workplace on Wednesday last, 12-12-2018, and one of the passwords on a laptop used was amongst the 25 displayed. Sadly I am unable to post the URL, garbage comes up... I can't delete the post either... --- Post updated at 08:34 PM --- Try again... (6 Replies)
Discussion started by: wisecracker
6 Replies
DATEINTERVAL(3) 							 1							   DATEINTERVAL(3)

The DateInterval class

INTRODUCTION
Represents a date interval. A date interval stores either a fixed amount of time (in years, months, days, hours etc) or a relative time string in the format that DateTime's constructor supports. CLASS SYNOPSIS
DateInterval DateInterval Properties o public integer$y o public integer$m o public integer$d o public integer$h o public integer$i o public integer$s o public integer$invert o public mixed$days Methods o public DateInterval::__construct (string $interval_spec) o publicstatic DateInterval DateInterval::createFromDateString (string $time) o public string DateInterval::format (string $format) PROPERTIES
o $y - Number of years. o $m - Number of months. o $d - Number of days. o $h - Number of hours. o $i - Number of minutes. o $s - Number of seconds. o $invert - Is 1 if the interval represents a negative time period and 0 otherwise. See DateInterval::format. o $days - If the DateInterval object was created by DateTime.diff(3), then this is the total number of days between the start and end dates. Otherwise, $days will be FALSE. Before PHP 5.4.20/5.5.4 instead of FALSE you will receive -99999 upon accessing the prop- erty. PHP Documentation Group DATEINTERVAL(3)
All times are GMT -4. The time now is 08:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy