Re: Convert Date to Timestamp.

2006-11-03 Thread John W. Krahn
Sara wrote: > I am getting Month, Day and Year from Drop Downs of a form to convert given > values to Unix timestamp. I am able to put values in all the variables > below except for $wday & $yday. Any ideas as how I can get those with > limited user input of month, day and year only? > > #!/usr/l

Re: Convert Date to Timestamp.

2006-11-01 Thread Mumia W.
On 11/01/2006 12:04 AM, Sara wrote: I am getting Month, Day and Year from Drop Downs of a form to convert given values to Unix timestamp. I am able to put values in all the variables below except for $wday & $yday. Any ideas as how I can get those with limited user input of month, day and year

Re: Convert Date to Timestamp.

2006-11-01 Thread David Romero
See the Date::Parse Module from cpan On 10/31/06, Sara <[EMAIL PROTECTED]> wrote: I am getting Month, Day and Year from Drop Downs of a form to convert given values to Unix timestamp. I am able to put values in all the variables below except for $wday & $yday. Any ideas as how I can get th

RE: Convert Date to Timestamp.

2006-11-01 Thread Charles K. Clarkson
Sara wrote: : I am getting Month, Day and Year from Drop Downs of a form to : convert given values to Unix timestamp. : I am able to put values in all the variables below except for : $wday & $yday. Any ideas as how I can get those with limited : user input of month, da

Convert Date to Timestamp.

2006-10-31 Thread Sara
I am getting Month, Day and Year from Drop Downs of a form to convert given values to Unix timestamp. I am able to put values in all the variables below except for $wday & $yday. Any ideas as how I can get those with limited user input of month, day and year only? #!/usr/local/bin/perl use POSI