Sponsored Content
Full Discussion: Date validation
Top Forums Shell Programming and Scripting Date validation Post 302407393 by madmat on Thursday 25th of March 2010 10:11:52 AM
Old 03-25-2010
Quote:
Originally Posted by Krrishv
Hi,

I have a script which runs on specific sunday. If that script runs on the sunday i want to execute another script on following wednesday.

I have a log for that server. My wednesday scripts needs to check the sunday run log timestamp and if it matches it should run. Please help.

Thanks,
Krish
You could schedule your wednesday's script in cron daemon and begin it by matching sunday logfile.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem with Date validation

Hi All, I've to validate a date input for the format YYYYMMDD. The input should be of 8 digits with only numeric values. I tried the following echo $1 | grep '^\{8}$/p' if then echo "Valid" else echo "invalid" I get the error, grep: RE error 16: Bad number. Any help... (3 Replies)
Discussion started by: sumesh.abraham
3 Replies

2. Shell Programming and Scripting

Date Validation again

I want a sample Date validation script using if loops. The script should first compare "year".If the year is lesser than the current year,It should go for "month" checking. I have the script that splits the date into year,month and date.I want only the checking part. My if loop checking is not... (4 Replies)
Discussion started by: dave_nithis
4 Replies

3. Shell Programming and Scripting

Date Validation:

Hi I have below file with 3 rd column as date ....i want to make 3 column to mm/dd/yyyy . in the below file 2 row date is like 1/23/1994 so i want to append '0' to month i,e. 01/23/1994 and in the 3 row date is like 6/4/1994 ---so i want this to 06/04/1994 Source:... (1 Reply)
Discussion started by: satyam_sat
1 Replies

4. Shell Programming and Scripting

Basic date validation help

Hi, I've made a very basic date validation script, but the syntax of the until condtion is wrong, could someone have a quick look and correct it please?:) Thanks for any help. echo -n "Please enter your date of birth (dd-mm-yyyy): " read dob day=${dob:0:2} month=${dob:3:2} year=${dob:6:4}... (1 Reply)
Discussion started by: mustaine85
1 Replies

5. Shell Programming and Scripting

Date Validation

the user have to input the date format in mmddmmhhyyyy (month,date,minutes,hour,year) i want a shell script to check whether the user has properly input in the above said manner. kindly advice (2 Replies)
Discussion started by: vkca
2 Replies

6. Shell Programming and Scripting

Date Validation in unix

I have a script which is take date as parameter sh abc.sh <2010-02-01> #!/sh/bin my_date=$1 #Here i want to two diffrent dates ## 3 Days before ##date14query=$mydate - 4 (it will be 2010-01-28) ##date24query=$mydate +4 (it will be 2010-01-05) #Please Help (3 Replies)
Discussion started by: pritish.sas
3 Replies

7. UNIX for Dummies Questions & Answers

Unix date validation

Dears, I am working on a batch that processes file with name containing date prefix eg., 20101222_file.dat. The logic is to process files in order. Eg., 20101225 must be processed only after 20101222. Ok first glance it looked simple, it use a variable to check this date value as number and... (2 Replies)
Discussion started by: naraink
2 Replies

8. Shell Programming and Scripting

Date validation

File contains below data,how to validate the date using awk command or any command. date formate is fixed as "YYYYMMDD" test1|20120405 test2|20121405 output should be: test1|20120405 Thanks (2 Replies)
Discussion started by: bmk
2 Replies

9. Programming

Date validation in mysql

Hi All, We need to create the custom function to pass the parameter is date.if it is valid return 1 else 0 return should be 1 select is_date('2012-09-17'); return should be 0 select is_date('2012-79-17'); Thanks (2 Replies)
Discussion started by: bmk
2 Replies

10. What is on Your Mind?

Date validation

Hi folks, I new to shell script . I want to know how to validate a String as valid date example: 20150712 ---> valid date 20160524-->valid 201605T12-->invalid date 12341234--->invalid date we need to valid string( yyyymmdd) to date in SunOS 5.10 please give some idea to validate... (9 Replies)
Discussion started by: srinadhreddy27
9 Replies
calendar(1)							  [incr Widgets]						       calendar(1)

__________________________________________________________________________________________________________________________________________________

NAME
calendar - Create and manipulate a monthly calendar SYNOPSIS
calendar pathName ?options? INHERITANCE
itk::Widget <- calendar STANDARD OPTIONS
background cursor foreground See the "options" manual entry for details on the standard options. WIDGET-SPECIFIC OPTIONS Name: backwardImage Class: Image Command-Line Switch: -backwardimage Specifies a image to be displayed on the backwards calendar button. This image must have been created previously with the image create command. If none is specified, a default is provided. Name: buttonForeground Class: Foreground Command-Line Switch: -buttonforeground Specifies the foreground color of the forward and backward buttons in any of the forms acceptable to Tk_GetColor. The default color is blue. Name: command Class: Command Command-Line Switch: -command Specifies a Tcl script to executed upon selection of a date in the calendar. If the command script contains any % characters, then the script will not be executed directly. Instead, a new script will be generated by replacing each %, and the character following it, with information from the calendar. The replacement depends on the character following the %, as defined in the list below. %d Replaced with the date selected in the format mm/dd/yyyy. Name: currentDateFont Class: Font Command-Line Switch: -currentdatefont Specifies the font used for the current date text in any of the forms acceptable to Tk_GetFont. Name: dateFont Class: Font Command-Line Switch: -datefont Specifies the font used for the days of the month text in any of the forms acceptable to Tk_GetFont. Name: dayFont Class: Font Command-Line Switch: -dayfont Specifies the font used for the days of the week text in any of the forms acceptable to Tk_GetFont. Name: days Class: days Command-Line Switch: -days Specifies a list of values to be used for the days of the week text to displayed above the days of the month. The default value is {Su Mo Tu We Th Fr Sa}. Name: forewardImage Class: Image Command-Line Switch: -forewardimage Specifies a image to be displayed on the forewards calendar button. This image must have been created previously with the image create command. If none is specified, a default is provided. Name: height Class: Height Command-Line Switch: -height Specifies a desired window height that the calendar widget should request from its geometry manager. The value may be specified in any of the forms acceptable to Tk_GetPixels. The default height is 165 pixels. Name: outline Class: Outline Command-Line Switch: -outline Specifies the outline color used to surround the days of the month text in any of the forms acceptable to Tk_GetColor. The default is the same color as the background. Name: selectColor Class: Foreground Command-Line Switch: -selectcolor Specifies the color of the ring displayed that distinguishes the currently selected date in any of the forms acceptable to Tk_Get- Color. The default is red. Name: selectThickness Class: SelectThickness Command-Line Switch: -selectthickness Specifies the thickness of the ring displayed that distinguishes the currently selected date. The default is 3 pixels. Name: startday Class: Day Command-Line Switch: -startday Specifies the starting day for the week: sunday, monday, tuesday, wednesday, thursday, friday, or saturday. The default is sunday. Name: titleFont Class: Font Command-Line Switch: -titlefont Specifies the font used for the title text which consists of the month and year. The font may be given in any of the forms accept- able to Tk_GetFont. Name: weekdayBackground Class: Background Command-Line Switch: -weekdaybackground Specifies the background color for the weekdays which allows it to be visually distinguished from the weekend. The color may be given in any of the forms acceptable to Tk_GetColor. The default is the same as the background. Name: weekendBackground Class: Background Command-Line Switch: -weekendbackground Specifies the background color for the weekends which allows it to be visually distinguished from the weekdays. The color may be given in any of the forms acceptable to Tk_GetColor. The default is the same as the background. Name: width Class: Width Command-Line Switch: -width Specifies a desired window width that the calendar widget should request from its geometry manager. The value may be specified in any of the forms acceptable to Tk_GetPixels. The default width is 200 pixels. __________________________________________________________________________________________________________________________________________________ DESCRIPTION
The calendar command creates a calendar widget for the selection of a date, displaying a single month at a time. Buttons exist on the top to change the month in effect turning the pages of a calendar. As a page is turned, the dates for the month are modified. Selection of a date visually marks that date. The selected value can be monitored via the -command option or just retrieved using the get command. METHODS
The calendar command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the wid- get. It has the following general form: pathName option ?arg arg ...? Option and the args determine the exact behavior of the command. The following commands are possible for calendar widgets: WIDGET-SPECIFIC METHODS pathName cget option Returns the current value of the configuration option given by option. Option may have any of the values accepted by the calendar command. pathName configure ?option? ?value option value ...? Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. Option may have any of the values accepted by the calendar command. pathName get ?format? Returns the currently selected date in a format of string or as an integer clock value using the -string and -clicks format options respectively. The default is by string. Reference the clock command for more information on obtaining dates and their formats. pathName select date Changes the currently selected date to the value specified which must be in the form of a date string, an integer clock value or as the keyword "now". Reference the clock command for more information on obtaining dates and their formats. Note that selecting a date does not change the month being shown to that of the date given. This chore is left to the showcommand. pathName show date Changes the currently displayed date to be that of the date argument which must be in the form of a date string, an integer clock value or as the keyword "now". Reference the clock command for more information on obtaining dates and their formats. COMPONENTS
Name: forward Class: Button The forward component provides the button on the upper right of the calendar that changes the month to be the next. See the "but- ton" widget manual entry for details on the forward component item. Name: page Class: Canvas The page component provides the canvas on which the title, days of the week, and days of the month appear. See the "canvas" widget manual entry for details on the page component item. Name: backward Class: Button The backward component provides the button on the upper right of the calendar that changes the month to be the next. See the "but- ton" widget manual entry for details on the backward component item. EXAMPLE
proc selectCmd {date} { puts $date } calendar .c -command {selectCmd %d} -weekendbackground mistyrose -weekdaybackground ghostwhite -outline black -startday wednesday -days {We Th Fr Sa Su Mo Tu} pack .c AUTHOR
Mark L. Ulferts Michael J. McLennan KEYWORDS
calendar, widget Tk calendar(1)
All times are GMT -4. The time now is 03:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy