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

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 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