Sponsored Content
Full Discussion: Getting day from a date...
Top Forums Shell Programming and Scripting Getting day from a date... Post 23293 by yeheyaansari on Thursday 20th of June 2002 09:47:19 AM
Old 06-20-2002
MySQL Getting day from a date...

Hi,

I have a date input in MMDDYYYY format..
I have to give the day (whether that DD is sunday/monday...)
Is there any command for it...
Or do I have to write a script for that...

Thanks in Advance
Yeheya
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

date - 1 day

Hi, I have been trying just about every unix command to come up with yesterday's date (today's date - 1). I have seen all of the help on this forum, and none of it seems to work for me here. We are using Sun Solaris 9 Unix. I am using this script to create a .txt file with ftp commands that I will... (2 Replies)
Discussion started by: sfedak
2 Replies

2. Shell Programming and Scripting

how to obtain date and day of the week from `date` command

Hi, does anybody know how to format `date` command correctly to return the day of the week? Thanks -A I work in ksh.... (1 Reply)
Discussion started by: aoussenko
1 Replies

3. UNIX for Dummies Questions & Answers

Getting date -1 day not using GNU date

It's easy as pie to get the date minus one day on opensolaris: date -d "-1 day" +"%Y%m%d"run this command on our crappy Solaris 10 machines however (which I'm guessing doesn't have GNU date running on it) and you get: date: illegal option -- d date: illegal option -- 1 date: illegal option --... (5 Replies)
Discussion started by: rich@ardz
5 Replies

4. Shell Programming and Scripting

finding the previous day date and creating a file with date

Hi guys, I had a scenario... 1. I had to get the previous days date in yyyymmdd format 2. i had to create a file with Date inthe format yyyymmdd.txt format both are different thanks guys in advance.. (4 Replies)
Discussion started by: apple2685
4 Replies

5. Shell Programming and Scripting

Day before yesterday's date

Hello All, I am writing a script in Sun Solaris I want the date for "day before yesterday", i got the yesterday's date by this command TZ=GMT+24 date +%b" "%d. Please suggest me some code to get the date for day before yesterday (6 Replies)
Discussion started by: anand2308
6 Replies

6. Shell Programming and Scripting

Date to Day in loop

Hi All, I have a file in the following format.I need to pick up 25th field which is a date and convert it into a day and add it as a field in the file. "AAGENAS,PEARL... (3 Replies)
Discussion started by: nua7
3 Replies

7. AIX

Need to get the next day's date of the user entered date

I need to get the next day's date of the user entered date for example: Enter date (yyyy/mm/yy): 2013/10/08I need to get the next day's date of the user entered date Desired Output: 2013/10/09Though there are ways to achieve this is Linux or Unix environment (date command) ,I need to... (1 Reply)
Discussion started by: rpm120
1 Replies

8. Shell Programming and Scripting

Date minus 1 day

Hi the below code is failing i am trying to generate do the following: 2014-10-22 11:26:00 (Substract 24 hrs) should produce 2014-10-21 11:26:00 I need the same formatting below because that gets inputted into code for an... (4 Replies)
Discussion started by: Samuel12
4 Replies

9. Shell Programming and Scripting

Need to minus one day from a date given

Hello Folks, I have a variable output holding date as below - output = "20141220" I need to extract a day out of it and store it in another variable i.e. something similar to below - output1=20141219" and if the month is changing i.e. date in on 31st or 1st it should be taken care of "date... (5 Replies)
Discussion started by: ektubbe
5 Replies

10. UNIX for Beginners Questions & Answers

Replace date in file every day with current date

I Have text like XXX_20190908.csv.gz need to replace Only date in this format with current date every day Thanks! (1 Reply)
Discussion started by: yamasani1991
1 Replies
iwidgets::calendar(1)						  [incr Widgets]					     iwidgets::calendar(1)

__________________________________________________________________________________________________________________________________________________

NAME
iwidgets::calendar - Create and manipulate a monthly calendar SYNOPSIS
iwidgets::calendar pathName ?options? INHERITANCE
itk::Widget <- iwidgets::calendar STANDARD OPTIONS
background cursor foreground See the "options" manual entry for details on the standard options. ASSOCIATED OPTIONS
int See the "datefield" manual entry for details on this option. Note that this option is needed when the calendar is used in conjunction with the dateentry widget. It is necessary for support of international date formats in versions of Tk < 8.4. 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 iwidgets::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 iwidgets::calendar command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form: pathName option ?arg arg ...? Option and the args determine the exact behavior of the com- mand. 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 iwid- gets::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 iwidgets::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 show command. 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 "button" widget manual entry for details on the backward component item. EXAMPLE
package require Iwidgets 4.0 proc selectCmd {date} { puts $date } iwidgets::calendar .c -command {selectCmd %d} -weekendbackground mistyrose -weekdaybackground ghost- white -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 iwidgets::calendar(1)
All times are GMT -4. The time now is 01:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy