Re: Help with validating a date input to a dialog
Re: Help with validating a date input to a dialog
- Subject: Re: Help with validating a date input to a dialog
- From: Rob Jorgensen <email@hidden>
- Date: Fri, 30 Mar 2001 20:29:00 -0500
On 3/30/01, Michelle Steiner commented:
Here's the script:
display dialog (my setthedate("Please enter the date in format
"mm/dd/yyyy"."))
on setthedate(prompt)
set DateToSend to (text returned of (display dialog prompt default
answer ""))
try
date DateToSend
on error
my setthedate("Please us the correct format "mm/dd/yyyy"")
end try
return DateToSend
end setthedate
This script performs as expected on my system (OS 9.1/AppleScript
1.6/No Language kits installed/No OS X). I tried it in Script Editor,
Script Debugger and as an application.
--
Later,
Rob Jorgensen
Ohio, USA